mission = 
{
    trig = 
    {
        actions = 
        {
            [1] = "a_out_text_delay_s(\"red\", \"Взлетайте и следуйте по маршруту.\", \"10\"); mission.trig.func[1]='';",
            [2] = "a_activate_group(\"Су-34 прорыв ПВО\"); mission.trig.func[2]='';",
            [3] = "a_activate_group(\"нато перехват\"); mission.trig.func[3]='';",
        }, -- end of actions
        custom = 
        {
        }, -- end of custom
        func = 
        {
            [1] = "if mission.trig.conditions[1]() then mission.trig.actions[1]() end",
            [2] = "if mission.trig.conditions[2]() then mission.trig.actions[2]() end",
            [3] = "if mission.trig.conditions[3]() then mission.trig.actions[3]() end",
        }, -- end of func
        flag = 
        {
            [1] = true,
            [2] = true,
            [3] = true,
        }, -- end of flag
        conditions = 
        {
            [1] = "return(c_time_after(\"3\") )",
            [2] = "return(c_unit_in_zone(\"1\", \"1\") )",
            [3] = "return(c_unit_in_zone(\"1\", \"2\") )",
        }, -- end of conditions
        customStartup = 
        {
            [6] = "for i,t in ipairs(mission.result.offline.actions) do mission.result.offline.actions[i]=loadstring(t) end",
            [2] = "for i,t in ipairs(mission.result.blue.conditions) do mission.result.blue.conditions[i]=loadstring(t) end",
            [8] = "for i,t in ipairs(mission.trig.actions) do mission.trig.actions[i]=loadstring(t) end",
            [3] = "for i,t in ipairs(mission.result.offline.conditions) do mission.result.offline.conditions[i]=loadstring(t) end",
            [1] = "for i,t in ipairs(mission.result.red.conditions) do mission.result.red.conditions[i]=loadstring(t) end",
            [4] = "for i,t in ipairs(mission.result.red.actions) do mission.result.red.actions[i]=loadstring(t) end",
            [5] = "for i,t in ipairs(mission.result.blue.actions) do mission.result.blue.actions[i]=loadstring(t) end",
            [7] = "for i,t in ipairs(mission.trig.conditions) do mission.trig.conditions[i]=loadstring(t) end",
        }, -- end of customStartup
        funcStartup = 
        {
        }, -- end of funcStartup
    }, -- end of trig
    resultRed = 
    {
    }, -- end of resultRed
    resultBlue = 
    {
    }, -- end of resultBlue
    descriptionBlueTask = "патрулирование границы.",
    goals = 
    {
        [1] = 
        {
            rules = 
            {
                [1] = 
                {
                    group = 1,
                    predicate = "c_group_alive",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            side = "OFFLINE",
            score = 70,
            predicate = "score",
            comment = "at start",
        }, -- end of [1]
        [2] = 
        {
            rules = 
            {
                [1] = 
                {
                    group = 69,
                    predicate = "c_group_alive",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            side = "OFFLINE",
            score = 30,
            predicate = "score",
            comment = "usgp",
        }, -- end of [2]
    }, -- end of goals
    trigfunc = 
    {
        [1] = "if c_time_after(\"3\") then a_out_text_delay_s(\"red\", \"Взлетайте и следуйте по маршруту.\", \"10\"); mission.trigfunc[1]='';end;",
        [2] = "if c_unit_in_zone(\"1\", \"1\") then a_activate_group(\"Су-34 прорыв ПВО\"); mission.trigfunc[2]='';end;",
        [3] = "if c_unit_in_zone(\"1\", \"2\") then a_activate_group(\"нато перехват\"); mission.trigfunc[3]='';end;",
    }, -- end of trigfunc
    weather = 
    {
        qnh = 760,
        wind = 
        {
            at8000 = 
            {
                speed = 0,
                dir = 0,
            }, -- end of at8000
            at2000 = 
            {
                speed = 0,
                dir = 0,
            }, -- end of at2000
            atGround = 
            {
                speed = 0,
                dir = 0,
            }, -- end of atGround
        }, -- end of wind
        name = "Winter, clean sky",
        fog = 
        {
            thickness = 0,
            density = 0,
        }, -- end of fog
        turbulence = 
        {
            at8000 = 0,
            at2000 = 0,
            atGround = 0,
        }, -- end of turbulence
        season = 
        {
            temperature = 20,
            iseason = 1,
        }, -- end of season
        visibility = 
        {
            distance = 80000,
        }, -- end of visibility
        clouds = 
        {
            density = 0,
            thickness = 0,
            base = 0,
            iprecptns = 0,
        }, -- end of clouds
    }, -- end of weather
    result = 
    {
        [1] = "if c_group_alive(\"Су-27 ПВО\")  then a_set_mission_result(70) end",
        [2] = "if c_group_alive(\"Су-34 прорыв ПВО\")  then a_set_mission_result(30) end",
        offline = 
        {
            conditions = 
            {
                [1] = "return(c_group_alive(\"Су-27 ПВО\") )",
                [2] = "return(c_group_alive(\"Су-34 прорыв ПВО\") )",
            }, -- end of conditions
            actions = 
            {
                [1] = "a_set_mission_result(70)",
                [2] = "a_set_mission_result(30)",
            }, -- end of actions
            func = 
            {
                [1] = "if mission.result.offline.conditions[1]() then mission.result.offline.actions[1]() end",
                [2] = "if mission.result.offline.conditions[2]() then mission.result.offline.actions[2]() end",
            }, -- end of func
        }, -- end of offline
        blue = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of blue
        red = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of red
    }, -- end of result
    triggers = 
    {
        zones = 
        {
            [1] = 
            {
                radius = 5000,
                zoneId = 1,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of color
                lat = 0.7650451300113,
                hidden = false,
                long = 0.74483890332582,
                x = -98800.929065467,
                name = "1",
                y = 678402.20150323,
            }, -- end of [1]
            [2] = 
            {
                radius = 6000,
                zoneId = 2,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of color
                lat = 0.75670995018536,
                hidden = false,
                long = 0.73925653506321,
                x = -154880.55230138,
                name = "2",
                y = 658691.56748443,
            }, -- end of [2]
        }, -- end of zones
    }, -- end of triggers
    map = 
    {
        centerY = 0.73047496777927,
        zoom = 1000000,
        centerX = 0.75277832732082,
    }, -- end of map
    coalitions = 
    {
        blue = 
        {
            [1] = 11,
            [2] = 4,
            [3] = 6,
            [4] = 10,
            [5] = 16,
            [6] = 13,
            [7] = 15,
            [8] = 9,
            [9] = 8,
            [10] = 17,
            [11] = 12,
            [12] = 2,
            [13] = 3,
            [14] = 5,
        }, -- end of blue
        red = 
        {
            [1] = 0,
            [2] = 1,
        }, -- end of red
    }, -- end of coalitions
    descriptionText = "Сегодня утром группа самолетов ВВС НАТО атаковали Гудауту,Сухуми,Нальчик и мин.Воды,уничтожив 7 дивизионов ЗРК Куб,потеряв 5 самолетов,включая 3 малозаметных бомбардировщика \"найтхок\".Сегодня вечером мы решили нанести ответный удар,уничтожив два дивизиона ЗРК Пэтриот,составляющих отдельный элемент ЕвроПРО.\
   Звену Су-27 Поручено прикрывать Звено Су-34 до цели.\
             Две другие группы Су-24М ВВС СНГ будут атаковать ЗРК \"Хок\" в Батуми и Кутаиси",
    trigflag = 
    {
        [1] = true,
        [2] = true,
        [3] = true,
    }, -- end of trigflag
    descriptionRedTask = "уничтожить дивизионы ЗРК \"Пэтриот\"\
Сопроводить Су-34 до цели и обратно.",
    pictureFileNameB = 
    {
    }, -- end of pictureFileNameB
    pictureFileNameR = 
    {
        [1] = "pvo{65EFF8B3-AD57-42be-9F48-B1C5B188D0B2}.jpg",
    }, -- end of pictureFileNameR
    trigrules = 
    {
        [1] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    seconds = 3,
                    predicate = "c_time_after",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    seconds = 10,
                    coalitionlist = "red",
                    predicate = "a_out_text_delay_s",
                    text = "Взлетайте и следуйте по маршруту.",
                }, -- end of [1]
            }, -- end of actions
            comment = "1",
        }, -- end of [1]
        [2] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    zone = 1,
                    predicate = "c_unit_in_zone",
                    unit = 1,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    group = 69,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "2",
        }, -- end of [2]
        [3] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    unit = 1,
                    predicate = "c_unit_in_zone",
                    zone = 2,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    group = 73,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "3",
        }, -- end of [3]
    }, -- end of trigrules
    coalition = 
    {
        blue = 
        {
            country = 
            {
                [1] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Belgium",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 11,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [1]
                [2] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "UK",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 4,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [2]
                [3] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Germany",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 6,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 19,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73180814896557,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73036466503752,
                                            x = -318071.21196435,
                                            speed = 5.5555555555556,
                                            y = 634084.33031857,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 60,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Roland Radar",
                                        CLSID = "{E7CF8850-522C-4EBA-AB32-0C4DF31B02FD}",
                                        unitId = 317,
                                        lat = 0.73180814896557,
                                        skill = "Average",
                                        long = 0.73036466503752,
                                        x = -318071.21196435,
                                        name = "Юнит #38",
                                        heading = 0,
                                        y = 634084.33031857,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Roland ADS",
                                        CLSID = "{355F9BBF-7686-481E-A277-8BE23C862003}",
                                        unitId = 318,
                                        lat = 0.7318010185503,
                                        skill = "Average",
                                        long = 0.73039778492168,
                                        x = -318100.19734155,
                                        name = "Юнит #39",
                                        heading = 4.6949356878647,
                                        y = 634246.4153173,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Roland ADS",
                                        CLSID = "{355F9BBF-7686-481E-A277-8BE23C862003}",
                                        unitId = 319,
                                        lat = 0.73181487883759,
                                        skill = "Average",
                                        long = 0.73039837407112,
                                        x = -318011.59017482,
                                        name = "Юнит #40",
                                        heading = 4.9573676435116,
                                        y = 634240.13427373,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Roland ADS",
                                        CLSID = "{355F9BBF-7686-481E-A277-8BE23C862003}",
                                        unitId = 320,
                                        lat = 0.73178892098393,
                                        skill = "Average",
                                        long = 0.73039838285348,
                                        x = -318176.98332502,
                                        name = "Юнит #41",
                                        heading = 4.4674103172578,
                                        y = 634257.18343342,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Roland ADS",
                                        CLSID = "{355F9BBF-7686-481E-A277-8BE23C862003}",
                                        unitId = 321,
                                        lat = 0.73180061796653,
                                        skill = "Average",
                                        long = 0.73060257417557,
                                        x = -318001.0473144,
                                        name = "Юнит #42",
                                        heading = 4.2941646508055,
                                        y = 635220.00639503,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Roland ADS",
                                        CLSID = "{355F9BBF-7686-481E-A277-8BE23C862003}",
                                        unitId = 322,
                                        lat = 0.73182481348493,
                                        skill = "Average",
                                        long = 0.73071516816568,
                                        x = -317790.96256402,
                                        name = "Юнит #43",
                                        heading = 4.4499570247379,
                                        y = 635739.29380066,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Roland ADS",
                                        CLSID = "{355F9BBF-7686-481E-A277-8BE23C862003}",
                                        unitId = 323,
                                        lat = 0.73183779275454,
                                        skill = "Average",
                                        long = 0.73081152331931,
                                        x = -317660.40972007,
                                        name = "Юнит #44",
                                        heading = 4.6949356878647,
                                        y = 636188.74958253,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "НАТО ПВО #006",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = false,
                                name = "нато перехват",
                                groupId = 73,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 11000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75013778418926,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73529761081769,
                                            x = -198802.76405245,
                                            speed = 194.44444444444,
                                            y = 644894.05815893,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 11000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76360432961849,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74477523610773,
                                            x = -108012.62565532,
                                            speed = 194.44444444444,
                                            y = 679181.36343952,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 11000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73719934071764,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73699548061493,
                                            x = -280368.51833339,
                                            speed = 194.44444444444,
                                            y = 661902.7942198,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 11000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73170584389664,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73216212273977,
                                            x = -317830.73930083,
                                            speed = 194.44444444444,
                                            y = 642708.64520579,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 18,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.731802,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.730691,
                                            x = -317948.32727306,
                                            speed = 138.88888888889,
                                            airdromeId = 24,
                                            y = 635639.37385346,
                                        }, -- end of [5]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 82800,
                                task = "Intercept",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-4E",
                                        CLSID = "{4B75FEBA-9997-4D34-A0D6-0DB061350951}",
                                        unitId = 384,
                                        lat = 0.75013778418926,
                                        skill = "High",
                                        long = 0.73529761081769,
                                        x = -198802.76405245,
                                        name = "Пилот #22",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [2] = 
                                                {
                                                    CLSID = "{9DDF5297-94B9-42FC-A45E-6E316121CD85}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [4]
                                                [6] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{9DDF5297-94B9-42FC-A45E-6E316121CD85}",
                                                }, -- end of [8]
                                            }, -- end of pylons
                                            fuel = "4864",
                                            flare = 30,
                                            chaff = 60,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 1,
                                        y = 644894.05815893,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Enfield11",
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "F-4E",
                                        CLSID = "{4B75FEBA-9997-4D34-A0D6-0DB061350951}",
                                        unitId = 385,
                                        lat = 0.75013078418926,
                                        skill = "High",
                                        long = 0.73530461081769,
                                        x = -198843.77222087,
                                        name = "Пилот #23",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [2] = 
                                                {
                                                    CLSID = "{9DDF5297-94B9-42FC-A45E-6E316121CD85}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [4]
                                                [6] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{9DDF5297-94B9-42FC-A45E-6E316121CD85}",
                                                }, -- end of [8]
                                            }, -- end of pylons
                                            fuel = "4864",
                                            flare = 30,
                                            chaff = 60,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 1,
                                        y = 644931.59921959,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Enfield12",
                                        }, -- end of callsign
                                        onboard_num = 12,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "F-4E",
                                        CLSID = "{4B75FEBA-9997-4D34-A0D6-0DB061350951}",
                                        unitId = 386,
                                        lat = 0.75012378418926,
                                        skill = "High",
                                        long = 0.73531161081769,
                                        x = -198884.78038929,
                                        name = "Пилот #24",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [2] = 
                                                {
                                                    CLSID = "{9DDF5297-94B9-42FC-A45E-6E316121CD85}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [4]
                                                [6] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{9DDF5297-94B9-42FC-A45E-6E316121CD85}",
                                                }, -- end of [8]
                                            }, -- end of pylons
                                            fuel = "4864",
                                            flare = 30,
                                            chaff = 60,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 1,
                                        y = 644969.14028025,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 3,
                                            name = "Enfield13",
                                        }, -- end of callsign
                                        onboard_num = 10,
                                    }, -- end of [3]
                                }, -- end of units
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [3]
                [4] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "The Netherlands",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 10,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [4]
                [5] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Georgia",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 16,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [5]
                [6] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Denmark",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 13,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [6]
                [7] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Israel",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 15,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [7]
                [8] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Spain",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 9,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [8]
                [9] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Canada",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 8,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [9]
                [10] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Insurgents",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 17,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [10]
                [11] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Norway",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 12,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [11]
                [12] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "USA",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 2,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 53,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73601819258515,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74206871517419,
                                            x = -285230.55216851,
                                            speed = 5.5555555555556,
                                            y = 686774.69932995,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 54,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Hawk sr",
                                        CLSID = "{6E93EACB-F7DB-4208-88C4-8D6465869A05}",
                                        unitId = 275,
                                        lat = 0.73601819258515,
                                        skill = "Average",
                                        long = 0.74206871517419,
                                        x = -285230.55216851,
                                        name = "НАТО ПВО",
                                        heading = 1.6475682180647,
                                        y = 686774.69932995,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Hawk tr",
                                        CLSID = "{6FD50C44-10A0-458F-AF4E-0472EEFCD07E}",
                                        unitId = 276,
                                        lat = 0.73599908507935,
                                        skill = "Average",
                                        long = 0.74203590138871,
                                        x = -285370.03188526,
                                        name = "НАТО ПВО #1",
                                        heading = 1.6475682180647,
                                        y = 686633.19964518,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 277,
                                        lat = 0.73596410351245,
                                        skill = "Average",
                                        long = 0.74208859033781,
                                        x = -285564.52386002,
                                        name = "НАТО ПВО #2",
                                        heading = 1.6475682180647,
                                        y = 686908.7534487,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 278,
                                        lat = 0.73596426711473,
                                        skill = "Average",
                                        long = 0.742045342564,
                                        x = -285586.82423725,
                                        name = "НАТО ПВО #3",
                                        heading = 1.6475682180647,
                                        y = 686703.59697342,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 279,
                                        lat = 0.73596451933186,
                                        skill = "Average",
                                        long = 0.74200102112111,
                                        x = -285609.13940182,
                                        name = "НАТО ПВО #4",
                                        heading = 1.6475682180647,
                                        y = 686493.28502614,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 280,
                                        lat = 0.7360601653529,
                                        skill = "Average",
                                        long = 0.74209602988203,
                                        x = -284948.32463965,
                                        name = "НАТО ПВО #5",
                                        heading = 1.6475682180647,
                                        y = 686873.29200455,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 281,
                                        lat = 0.73606083528793,
                                        skill = "Average",
                                        long = 0.74205641394801,
                                        x = -284965.43796985,
                                        name = "НАТО ПВО #6",
                                        heading = 1.6475682180647,
                                        y = 686684.98111856,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 282,
                                        lat = 0.73606206452069,
                                        skill = "Average",
                                        long = 0.74200970185136,
                                        x = -284982.81715599,
                                        name = "НАТО ПВО #7",
                                        heading = 1.6475682180647,
                                        y = 686462.61578097,
                                    }, -- end of [8]
                                }, -- end of units
                                name = "НАТО ПВО",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 2455,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73578024923202,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74099325143296,
                                            x = -287316.27703029,
                                            speed = 5.5555555555556,
                                            y = 681844.60191584,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 55,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Hawk sr",
                                        CLSID = "{6E93EACB-F7DB-4208-88C4-8D6465869A05}",
                                        unitId = 283,
                                        lat = 0.73578024923202,
                                        skill = "Average",
                                        long = 0.74099325143296,
                                        x = -287316.27703029,
                                        name = "НАТО ПВО #8",
                                        heading = 3.5220990307022,
                                        y = 681844.60191584,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Hawk tr",
                                        CLSID = "{6FD50C44-10A0-458F-AF4E-0472EEFCD07E}",
                                        unitId = 284,
                                        lat = 0.73580919783421,
                                        skill = "Average",
                                        long = 0.74097856533755,
                                        x = -287139.52372124,
                                        name = "НАТО ПВО #9",
                                        heading = 3.5220990307022,
                                        y = 681754.84401723,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 285,
                                        lat = 0.73578226498785,
                                        skill = "Average",
                                        long = 0.74091779923668,
                                        x = -287343.07748467,
                                        name = "НАТО ПВО #10",
                                        heading = 3.5220990307022,
                                        y = 681485.50655941,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 286,
                                        lat = 0.73581287198229,
                                        skill = "Average",
                                        long = 0.74093100292284,
                                        x = -287141.10198574,
                                        name = "НАТО ПВО #11",
                                        heading = 3.5220990307022,
                                        y = 681526.81109531,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 287,
                                        lat = 0.73584421365165,
                                        skill = "Average",
                                        long = 0.74094464301767,
                                        x = -286934.21559212,
                                        name = "НАТО ПВО #12",
                                        heading = 3.5220990307022,
                                        y = 681569.6734703,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 288,
                                        lat = 0.73574839087102,
                                        skill = "Average",
                                        long = 0.7410389615636,
                                        x = -287495.27104239,
                                        name = "НАТО ПВО #13",
                                        heading = 3.5220990307022,
                                        y = 682083.4582018,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 289,
                                        lat = 0.73577627272474,
                                        skill = "Average",
                                        long = 0.74105172450209,
                                        x = -287310.89261657,
                                        name = "НАТО ПВО #14",
                                        heading = 3.5220990307022,
                                        y = 682124.56885984,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 290,
                                        lat = 0.7358090180937,
                                        skill = "Average",
                                        long = 0.74106733789239,
                                        x = -287094.02454444,
                                        name = "НАТО ПВО #15",
                                        heading = 3.5220990307022,
                                        y = 682175.80957109,
                                    }, -- end of [8]
                                }, -- end of units
                                name = "НАТО ПВО #001",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 11,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.72611703133244,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72597117790032,
                                            x = -356476.33307428,
                                            speed = 5.5555555555556,
                                            y = 616832.24672608,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 56,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Hawk sr",
                                        CLSID = "{6E93EACB-F7DB-4208-88C4-8D6465869A05}",
                                        unitId = 291,
                                        lat = 0.72611703133244,
                                        skill = "Average",
                                        long = 0.72597117790032,
                                        x = -356476.33307428,
                                        name = "НАТО ПВО #16",
                                        heading = 6.118036629765,
                                        y = 616832.24672608,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Hawk tr",
                                        CLSID = "{6FD50C44-10A0-458F-AF4E-0472EEFCD07E}",
                                        unitId = 292,
                                        lat = 0.72609795999871,
                                        skill = "Average",
                                        long = 0.72600387022678,
                                        x = -356582.10025763,
                                        name = "НАТО ПВО #17",
                                        heading = 6.118036629765,
                                        y = 617000.501031,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 293,
                                        lat = 0.72614451199641,
                                        skill = "Average",
                                        long = 0.72603704771376,
                                        x = -356269.49463546,
                                        name = "НАТО ПВО #18",
                                        heading = 6.118036629765,
                                        y = 617129.59543396,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 294,
                                        lat = 0.72611322747591,
                                        skill = "Average",
                                        long = 0.72604706475089,
                                        x = -356464.00713712,
                                        name = "НАТО ПВО #19",
                                        heading = 6.118036629765,
                                        y = 617197.22937196,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 295,
                                        lat = 0.726081145774,
                                        skill = "Average",
                                        long = 0.72605722015215,
                                        x = -356663.53245719,
                                        name = "НАТО ПВО #20",
                                        heading = 6.118036629765,
                                        y = 617266.02826457,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 296,
                                        lat = 0.72612658284341,
                                        skill = "Average",
                                        long = 0.72590995352084,
                                        x = -356444.97149228,
                                        name = "НАТО ПВО #21",
                                        heading = 6.118036629765,
                                        y = 616533.68676149,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 297,
                                        lat = 0.72609779935287,
                                        skill = "Average",
                                        long = 0.72591845080154,
                                        x = -356624.28015997,
                                        name = "НАТО ПВО #22",
                                        heading = 6.118036629765,
                                        y = 616592.47868017,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 298,
                                        lat = 0.72606375347956,
                                        skill = "Average",
                                        long = 0.72592789698763,
                                        x = -356836.66250648,
                                        name = "НАТО ПВО #23",
                                        heading = 6.118036629765,
                                        y = 616659.13050269,
                                    }, -- end of [8]
                                }, -- end of units
                                name = "НАТО ПВО #002",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [3]
                            [4] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 40,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.72589075419215,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72565371930156,
                                            x = -358071.08289318,
                                            speed = 5.5555555555556,
                                            y = 615458.48810171,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 57,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Hawk sr",
                                        CLSID = "{6E93EACB-F7DB-4208-88C4-8D6465869A05}",
                                        unitId = 299,
                                        lat = 0.72589075419215,
                                        skill = "Average",
                                        long = 0.72565371930156,
                                        x = -358071.08289318,
                                        name = "НАТО ПВО #24",
                                        heading = 6.118036629765,
                                        y = 615458.48810171,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Hawk tr",
                                        CLSID = "{6FD50C44-10A0-458F-AF4E-0472EEFCD07E}",
                                        unitId = 300,
                                        lat = 0.72587168285842,
                                        skill = "Average",
                                        long = 0.72568641162802,
                                        x = -358176.85007652,
                                        name = "НАТО ПВО #25",
                                        heading = 6.118036629765,
                                        y = 615626.74240663,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 301,
                                        lat = 0.72591823485612,
                                        skill = "Average",
                                        long = 0.725719589115,
                                        x = -357864.24445435,
                                        name = "НАТО ПВО #26",
                                        heading = 6.118036629765,
                                        y = 615755.83680959,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 302,
                                        lat = 0.72588695033563,
                                        skill = "Average",
                                        long = 0.72572960615212,
                                        x = -358058.75695596,
                                        name = "НАТО ПВО #27",
                                        heading = 6.118036629765,
                                        y = 615823.47074753,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 303,
                                        lat = 0.72585486863371,
                                        skill = "Average",
                                        long = 0.72573976155339,
                                        x = -358258.28227609,
                                        name = "НАТО ПВО #28",
                                        heading = 6.118036629765,
                                        y = 615892.26964019,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 304,
                                        lat = 0.72590030570312,
                                        skill = "Average",
                                        long = 0.72559249492208,
                                        x = -358039.72131118,
                                        name = "НАТО ПВО #29",
                                        heading = 6.118036629765,
                                        y = 615159.92813711,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 305,
                                        lat = 0.72587152221259,
                                        skill = "Average",
                                        long = 0.72560099220278,
                                        x = -358219.0299788,
                                        name = "НАТО ПВО #30",
                                        heading = 6.118036629765,
                                        y = 615218.7200558,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 306,
                                        lat = 0.72583747633927,
                                        skill = "Average",
                                        long = 0.72561043838887,
                                        x = -358431.41232538,
                                        name = "НАТО ПВО #31",
                                        heading = 6.118036629765,
                                        y = 615285.37187832,
                                    }, -- end of [8]
                                }, -- end of units
                                name = "НАТО ПВО #003",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [4]
                            [5] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 40,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.72537867006976,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72764141513784,
                                            x = -360376.8159719,
                                            speed = 5.5555555555556,
                                            y = 625300.95112122,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 58,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Hawk sr",
                                        CLSID = "{6E93EACB-F7DB-4208-88C4-8D6465869A05}",
                                        unitId = 307,
                                        lat = 0.72537867006976,
                                        skill = "Average",
                                        long = 0.72764141513784,
                                        x = -360376.8159719,
                                        name = "НАТО ПВО #32",
                                        heading = 6.118036629765,
                                        y = 625300.95112122,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Hawk tr",
                                        CLSID = "{6FD50C44-10A0-458F-AF4E-0472EEFCD07E}",
                                        unitId = 308,
                                        lat = 0.72535961872653,
                                        skill = "Average",
                                        long = 0.72767411132665,
                                        x = -360482.47281614,
                                        name = "НАТО ПВО #33",
                                        heading = 6.118036629765,
                                        y = 625469.98439543,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 309,
                                        lat = 0.72540616016818,
                                        skill = "Average",
                                        long = 0.72770733230542,
                                        x = -360169.90221493,
                                        name = "НАТО ПВО #34",
                                        heading = 6.118036629765,
                                        y = 625598.83155831,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 310,
                                        lat = 0.72537489367886,
                                        skill = "Average",
                                        long = 0.72771733525045,
                                        x = -360364.32416468,
                                        name = "НАТО ПВО #35",
                                        heading = 6.118036629765,
                                        y = 625667.10477212,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 311,
                                        lat = 0.72534283042802,
                                        skill = "Average",
                                        long = 0.72772747614578,
                                        x = -360563.75686791,
                                        name = "НАТО ПВО #36",
                                        heading = 6.118036629765,
                                        y = 625736.55751898,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 312,
                                        lat = 0.72538819638809,
                                        skill = "Average",
                                        long = 0.72758016781539,
                                        x = -360345.60267028,
                                        name = "НАТО ПВО #37",
                                        heading = 6.118036629765,
                                        y = 625001.34433115,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Hawk ln",
                                        CLSID = "{DEAC9323-0320-482A-A4DC-DC7ABCB4B987}",
                                        unitId = 313,
                                        lat = 0.7253594292439,
                                        skill = "Average",
                                        long = 0.72758865179382,
                                        x = -360524.82951619,
                                        name = "НАТО ПВО #38",
                                        heading = 6.118036629765,
                                        y = 625060.71389238,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "НАТО ПВО #004",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [5]
                            [6] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 12,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73726809694505,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73387743583903,
                                            x = -281524.4817516,
                                            speed = 5.5555555555556,
                                            y = 647088.78175007,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 61,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "M48 Chaparral",
                                        CLSID = "{6416E353-E50F-497f-9F7A-51A99788E18E}",
                                        unitId = 324,
                                        lat = 0.73726809694505,
                                        skill = "Average",
                                        long = 0.73387743583903,
                                        x = -281524.4817516,
                                        name = "Юнит #45",
                                        heading = 5.1306133099639,
                                        y = 647088.78175007,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "M48 Chaparral",
                                        CLSID = "{6416E353-E50F-497f-9F7A-51A99788E18E}",
                                        unitId = 325,
                                        lat = 0.73724160838191,
                                        skill = "Average",
                                        long = 0.73403720495137,
                                        x = -281611.55099212,
                                        name = "Юнит #46",
                                        heading = 5.1306133099639,
                                        y = 647862.072798,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "M48 Chaparral",
                                        CLSID = "{6416E353-E50F-497f-9F7A-51A99788E18E}",
                                        unitId = 326,
                                        lat = 0.73725956256638,
                                        skill = "Average",
                                        long = 0.7341339935987,
                                        x = -281447.65516587,
                                        name = "Юнит #47",
                                        heading = 5.1306133099639,
                                        y = 648307.46307001,
                                    }, -- end of [3]
                                }, -- end of units
                                name = "НАТО ПВО #007",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [6]
                            [7] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 45,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73608108445861,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74135464153402,
                                            x = -285209.35655029,
                                            speed = 5.5555555555556,
                                            y = 683345.70111483,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 62,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "M48 Chaparral",
                                        CLSID = "{6416E353-E50F-497f-9F7A-51A99788E18E}",
                                        unitId = 327,
                                        lat = 0.73608108445861,
                                        skill = "Average",
                                        long = 0.74135464153402,
                                        x = -285209.35655029,
                                        name = "Юнит #48",
                                        heading = 5.4977871437821,
                                        y = 683345.70111483,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "M48 Chaparral",
                                        CLSID = "{6416E353-E50F-497f-9F7A-51A99788E18E}",
                                        unitId = 328,
                                        lat = 0.7361442212094,
                                        skill = "Average",
                                        long = 0.74138308668085,
                                        x = -284792.07682495,
                                        name = "Юнит #49",
                                        heading = 5.4977871437821,
                                        y = 683435.27856577,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "M48 Chaparral",
                                        CLSID = "{6416E353-E50F-497f-9F7A-51A99788E18E}",
                                        unitId = 329,
                                        lat = 0.73617824416623,
                                        skill = "Average",
                                        long = 0.741532994278,
                                        x = -284496.50118006,
                                        name = "Юнит #50",
                                        heading = 5.4977871437821,
                                        y = 684121.5438781,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "M48 Chaparral",
                                        CLSID = "{6416E353-E50F-497f-9F7A-51A99788E18E}",
                                        unitId = 330,
                                        lat = 0.73609765247938,
                                        skill = "Average",
                                        long = 0.74157286096634,
                                        x = -284989.11730531,
                                        name = "Юнит #51",
                                        heading = 5.4977871437821,
                                        y = 684368.32545365,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "M48 Chaparral",
                                        CLSID = "{6416E353-E50F-497f-9F7A-51A99788E18E}",
                                        unitId = 331,
                                        lat = 0.73607658057363,
                                        skill = "Average",
                                        long = 0.74145256073322,
                                        x = -285186.60662834,
                                        name = "Юнит #52",
                                        heading = 5.4977871437821,
                                        y = 683813.13222673,
                                    }, -- end of [5]
                                }, -- end of units
                                name = "НАТО ПВО #008",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [7]
                            [8] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 40,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73526328710061,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73527203434532,
                                            x = -293585.97287952,
                                            speed = 5.5555555555556,
                                            y = 655069.36832603,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 63,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Patriot cp",
                                        CLSID = "{033A717B-2687-4d74-9A89-69C2535DAC48}",
                                        unitId = 332,
                                        lat = 0.73526328710061,
                                        skill = "Average",
                                        long = 0.73527203434532,
                                        x = -293585.97287952,
                                        name = "НАТО ПВО #008",
                                        heading = 6.118036629765,
                                        y = 655069.36832603,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Patriot str",
                                        CLSID = "{BDFF2359-B329-479A-A4D2-A14F3FB37DE4}",
                                        unitId = 333,
                                        lat = 0.73529626635505,
                                        skill = "Average",
                                        long = 0.73528148088213,
                                        x = -293371.0030733,
                                        name = "НАТО ПВО #39",
                                        heading = 6.118036629765,
                                        y = 655091.84054523,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Patriot ln",
                                        CLSID = "{572AF10E-0FAC-4E2D-BA3F-96D6C08194FB}",
                                        unitId = 334,
                                        lat = 0.73527627680648,
                                        skill = "Average",
                                        long = 0.73532941270579,
                                        x = -293473.87451159,
                                        name = "НАТО ПВО #40",
                                        heading = 6.118036629765,
                                        y = 655332.57621884,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Patriot ln",
                                        CLSID = "{572AF10E-0FAC-4E2D-BA3F-96D6C08194FB}",
                                        unitId = 335,
                                        lat = 0.73525087562341,
                                        skill = "Average",
                                        long = 0.73533634391868,
                                        x = -293632.1859479,
                                        name = "НАТО ПВО #41",
                                        heading = 6.118036629765,
                                        y = 655382.61455857,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Patriot ln",
                                        CLSID = "{572AF10E-0FAC-4E2D-BA3F-96D6C08194FB}",
                                        unitId = 336,
                                        lat = 0.73522544200123,
                                        skill = "Average",
                                        long = 0.7353423512253,
                                        x = -293791.17633898,
                                        name = "НАТО ПВО #42",
                                        heading = 6.118036629765,
                                        y = 655428.29518759,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Patriot ln",
                                        CLSID = "{572AF10E-0FAC-4E2D-BA3F-96D6C08194FB}",
                                        unitId = 337,
                                        lat = 0.73526358116541,
                                        skill = "Average",
                                        long = 0.73520668611237,
                                        x = -293617.50191666,
                                        name = "НАТО ПВО #43",
                                        heading = 6.118036629765,
                                        y = 654759.39492342,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Patriot ln",
                                        CLSID = "{572AF10E-0FAC-4E2D-BA3F-96D6C08194FB}",
                                        unitId = 338,
                                        lat = 0.73523567605882,
                                        skill = "Average",
                                        long = 0.73521381354175,
                                        x = -293791.6678595,
                                        name = "НАТО ПВО #44",
                                        heading = 6.118036629765,
                                        y = 654812.05710402,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "Patriot ln",
                                        CLSID = "{572AF10E-0FAC-4E2D-BA3F-96D6C08194FB}",
                                        unitId = 339,
                                        lat = 0.73520909092346,
                                        skill = "Average",
                                        long = 0.73522105693898,
                                        x = -293957.36377297,
                                        name = "НАТО ПВО #45",
                                        heading = 6.118036629765,
                                        y = 654864.37616012,
                                    }, -- end of [8]
                                }, -- end of units
                                name = "НАТО ПВО #009",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [8]
                            [9] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 17,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73510955539659,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73264371784989,
                                            x = -295903.27163682,
                                            speed = 5.5555555555556,
                                            y = 642709.25693135,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 64,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Patriot cp",
                                        CLSID = "{033A717B-2687-4d74-9A89-69C2535DAC48}",
                                        unitId = 340,
                                        lat = 0.73510955539659,
                                        skill = "Average",
                                        long = 0.73264371784989,
                                        x = -295903.27163682,
                                        name = "НАТО ПВО #46",
                                        heading = 6.118036629765,
                                        y = 642709.25693135,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Patriot str",
                                        CLSID = "{BDFF2359-B329-479A-A4D2-A14F3FB37DE4}",
                                        unitId = 341,
                                        lat = 0.73514252224775,
                                        skill = "Average",
                                        long = 0.73265318915592,
                                        x = -295688.50582646,
                                        name = "НАТО ПВО #47",
                                        heading = 6.118036629765,
                                        y = 642731.97301817,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Patriot ln",
                                        CLSID = "{572AF10E-0FAC-4E2D-BA3F-96D6C08194FB}",
                                        unitId = 342,
                                        lat = 0.73512255853459,
                                        skill = "Average",
                                        long = 0.73270113141678,
                                        x = -295791.90393925,
                                        name = "НАТО ПВО #48",
                                        heading = 6.118036629765,
                                        y = 642973.33830689,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Patriot ln",
                                        CLSID = "{572AF10E-0FAC-4E2D-BA3F-96D6C08194FB}",
                                        unitId = 343,
                                        lat = 0.7350971717547,
                                        skill = "Average",
                                        long = 0.73270805029059,
                                        x = -295950.23044227,
                                        name = "НАТО ПВО #49",
                                        heading = 6.118036629765,
                                        y = 643023.39465809,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Patriot ln",
                                        CLSID = "{572AF10E-0FAC-4E2D-BA3F-96D6C08194FB}",
                                        unitId = 344,
                                        lat = 0.73507175223569,
                                        skill = "Average",
                                        long = 0.73271404479995,
                                        x = -296109.22461433,
                                        name = "НАТО ПВО #50",
                                        heading = 6.118036629765,
                                        y = 643069.07980711,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Patriot ln",
                                        CLSID = "{572AF10E-0FAC-4E2D-BA3F-96D6C08194FB}",
                                        unitId = 345,
                                        lat = 0.73510982701367,
                                        skill = "Average",
                                        long = 0.73257833880241,
                                        x = -295934.00946197,
                                        name = "НАТО ПВО #51",
                                        heading = 6.118036629765,
                                        y = 642398.33767142,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Patriot ln",
                                        CLSID = "{572AF10E-0FAC-4E2D-BA3F-96D6C08194FB}",
                                        unitId = 346,
                                        lat = 0.73508193756381,
                                        skill = "Average",
                                        long = 0.73258545244538,
                                        x = -296108.18605393,
                                        name = "НАТО ПВО #52",
                                        heading = 6.118036629765,
                                        y = 642451.01258256,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "Patriot ln",
                                        CLSID = "{572AF10E-0FAC-4E2D-BA3F-96D6C08194FB}",
                                        unitId = 347,
                                        lat = 0.73505536749926,
                                        skill = "Average",
                                        long = 0.73259268292324,
                                        x = -296273.89760444,
                                        name = "НАТО ПВО #53",
                                        heading = 6.118036629765,
                                        y = 642503.35033199,
                                    }, -- end of [8]
                                }, -- end of units
                                name = "НАТО ПВО #010",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [9]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [12]
                [13] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Turkey",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 3,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 10,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.72627184096892,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72598456502688,
                                            x = -355483.46620425,
                                            speed = 5.5555555555556,
                                            y = 616798.359713,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 59,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "M48 Chaparral",
                                        CLSID = "{6416E353-E50F-497f-9F7A-51A99788E18E}",
                                        unitId = 314,
                                        lat = 0.72627184096892,
                                        skill = "Average",
                                        long = 0.72598456502688,
                                        x = -355483.46620425,
                                        name = "Юнит #35",
                                        heading = 0,
                                        y = 616798.359713,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "M48 Chaparral",
                                        CLSID = "{6416E353-E50F-497f-9F7A-51A99788E18E}",
                                        unitId = 315,
                                        lat = 0.72621587745961,
                                        skill = "Average",
                                        long = 0.72606395110118,
                                        x = -355801.8054092,
                                        name = "Юнит #36",
                                        heading = 0,
                                        y = 617213.02931177,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "M48 Chaparral",
                                        CLSID = "{6416E353-E50F-497f-9F7A-51A99788E18E}",
                                        unitId = 316,
                                        lat = 0.72618678072266,
                                        skill = "Average",
                                        long = 0.72610738703503,
                                        x = -355966.27607998,
                                        name = "Юнит #37",
                                        heading = 0,
                                        y = 617438.95196463,
                                    }, -- end of [3]
                                }, -- end of units
                                name = "НАТО ПВО #005",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [13]
                [14] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "France",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 5,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [14]
            }, -- end of country
        }, -- end of blue
        red = 
        {
            country = 
            {
                [1] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Russia",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 0,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 45,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.78548210632872,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65190268881769,
                                            x = -5204.8512293473,
                                            speed = 5.5555555555556,
                                            y = 243060.28579921,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 9,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 14,
                                        lat = 0.78548210632872,
                                        skill = "Average",
                                        long = 0.65190268881769,
                                        x = -5204.8512293473,
                                        name = "Юнит #2",
                                        heading = 0,
                                        y = 243060.28579921,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 15,
                                        lat = 0.78542343471161,
                                        skill = "Average",
                                        long = 0.6518158228796,
                                        x = -5599.6747018881,
                                        name = "Юнит #3",
                                        heading = 0,
                                        y = 242688.67532606,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "СНГ ПВО",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 45,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.78557399839504,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.6514667968383,
                                            x = -4726.2587254234,
                                            speed = 5.5555555555556,
                                            y = 241058.45994506,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 10,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 16,
                                        lat = 0.78557399839504,
                                        skill = "Average",
                                        long = 0.6514667968383,
                                        x = -4726.2587254234,
                                        name = "СНГ ПВО",
                                        heading = 0,
                                        y = 241058.45994506,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 17,
                                        lat = 0.78557783650666,
                                        skill = "Average",
                                        long = 0.65148803145599,
                                        x = -4696.6296504233,
                                        name = "СНГ ПВО #1",
                                        heading = 0,
                                        y = 241153.0288694,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 18,
                                        lat = 0.78556656719687,
                                        skill = "Average",
                                        long = 0.6514883802432,
                                        x = -4768.3020682167,
                                        name = "СНГ ПВО #2",
                                        heading = 0,
                                        y = 241158.60376901,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 19,
                                        lat = 0.7855534198191,
                                        skill = "Average",
                                        long = 0.65148817157919,
                                        x = -4852.0693814866,
                                        name = "СНГ ПВО #3",
                                        heading = 0,
                                        y = 241162.3267676,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 20,
                                        lat = 0.7855792247632,
                                        skill = "Average",
                                        long = 0.65144565673211,
                                        x = -4698.1463595275,
                                        name = "СНГ ПВО #4",
                                        heading = 0,
                                        y = 240961.10123664,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 21,
                                        lat = 0.78556795543876,
                                        skill = "Average",
                                        long = 0.65144530620702,
                                        x = -4769.989784034,
                                        name = "СНГ ПВО #5",
                                        heading = 0,
                                        y = 240963.51687997,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 22,
                                        lat = 0.78555472638356,
                                        skill = "Average",
                                        long = 0.65144589975123,
                                        x = -4854.0811193334,
                                        name = "СНГ ПВО #6",
                                        heading = 0,
                                        y = 240970.89297501,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "СНГ ПВО #001",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 345,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.78520327824454,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65204490560714,
                                            x = -6945.5245019756,
                                            speed = 5.5555555555556,
                                            y = 243797.67596967,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 11,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 23,
                                        lat = 0.78520327824454,
                                        skill = "Average",
                                        long = 0.65204490560714,
                                        x = -6945.5245019756,
                                        name = "СНГ ПВО #7",
                                        heading = 3.7295952571374,
                                        y = 243797.67596967,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 24,
                                        lat = 0.78520844595114,
                                        skill = "Average",
                                        long = 0.65202421773744,
                                        x = -6917.6755269924,
                                        name = "СНГ ПВО #8",
                                        heading = 3.7295952571374,
                                        y = 243702.4884539,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 25,
                                        lat = 0.78521794971473,
                                        skill = "Average",
                                        long = 0.65203273709621,
                                        x = -6855.0785986213,
                                        name = "СНГ ПВО #9",
                                        heading = 3.7295952571374,
                                        y = 243737.80081964,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 26,
                                        lat = 0.78522879502635,
                                        skill = "Average",
                                        long = 0.6520431889805,
                                        x = -6783.4671113081,
                                        name = "СНГ ПВО #10",
                                        heading = 3.7295952571374,
                                        y = 243781.39547495,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 27,
                                        lat = 0.78519061379663,
                                        skill = "Average",
                                        long = 0.65205842851716,
                                        x = -7022.8597649625,
                                        name = "СНГ ПВО #11",
                                        heading = 3.7295952571374,
                                        y = 243862.9992856,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 28,
                                        lat = 0.78519984232945,
                                        skill = "Average",
                                        long = 0.65206753038014,
                                        x = -6961.8729906166,
                                        name = "СНГ ПВО #12",
                                        heading = 3.7295952571374,
                                        y = 243901.03516916,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 29,
                                        lat = 0.7852110712691,
                                        skill = "Average",
                                        long = 0.65207737791645,
                                        x = -6887.9664733605,
                                        name = "СНГ ПВО #13",
                                        heading = 3.7295952571374,
                                        y = 243941.77140741,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "СНГ ПВО #002",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [3]
                            [4] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 40,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7796135000302,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65943492343398,
                                            x = -40654.640572825,
                                            speed = 5.5555555555556,
                                            y = 279290.55499562,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 12,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 30,
                                        lat = 0.7796135000302,
                                        skill = "Average",
                                        long = 0.65943492343398,
                                        x = -40654.640572825,
                                        name = "Юнит #4",
                                        heading = 0,
                                        y = 279290.55499562,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 31,
                                        lat = 0.77959246386671,
                                        skill = "Average",
                                        long = 0.65941162630247,
                                        x = -40794.93392699,
                                        name = "Юнит #5",
                                        heading = 0,
                                        y = 279192.94373475,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "СНГ ПВО #003",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [4]
                            [5] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 25,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.77793432894339,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.66350281239042,
                                            x = -50234.352480167,
                                            speed = 5.5555555555556,
                                            y = 298431.60028315,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 13,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 32,
                                        lat = 0.77793432894339,
                                        skill = "Average",
                                        long = 0.66350281239042,
                                        x = -50234.352480167,
                                        name = "Юнит #6",
                                        heading = 0,
                                        y = 298431.60028315,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 33,
                                        lat = 0.77791901717016,
                                        skill = "Average",
                                        long = 0.66348381678332,
                                        x = -50337.290427089,
                                        name = "Юнит #7",
                                        heading = 0,
                                        y = 298351.27195476,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "СНГ ПВО #004",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [5]
                            [6] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 20,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.78480118788789,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.66323865229013,
                                            x = -6585.8430465842,
                                            speed = 5.5555555555556,
                                            y = 294536.99152676,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 14,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 34,
                                        lat = 0.78480118788789,
                                        skill = "Average",
                                        long = 0.66323865229013,
                                        x = -6585.8430465842,
                                        name = "Юнит #8",
                                        heading = 0,
                                        y = 294536.99152676,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 35,
                                        lat = 0.78476732260548,
                                        skill = "Average",
                                        long = 0.66318608355162,
                                        x = -6815.99204979,
                                        name = "Юнит #9",
                                        heading = 0,
                                        y = 294312.31030371,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "СНГ ПВО #005",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [6]
                            [7] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 30,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75818917507638,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69713732250551,
                                            x = -164711.5998968,
                                            speed = 5.5555555555556,
                                            y = 462150.05342898,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 15,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 36,
                                        lat = 0.75818917507638,
                                        skill = "Average",
                                        long = 0.69713732250551,
                                        x = -164711.5998968,
                                        name = "Юнит #10",
                                        heading = 0,
                                        y = 462150.05342898,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 37,
                                        lat = 0.75816323471751,
                                        skill = "Average",
                                        long = 0.69717373462459,
                                        x = -164862.78937763,
                                        name = "Юнит #11",
                                        heading = 0,
                                        y = 462333.25949666,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "СНГ ПВО #006",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [7]
                            [8] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 180,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.77975405964794,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69876492670395,
                                            x = -26753.049101136,
                                            speed = 5.5555555555556,
                                            y = 457921.63976131,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 16,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 38,
                                        lat = 0.77975405964794,
                                        skill = "Average",
                                        long = 0.69876492670395,
                                        x = -26753.049101136,
                                        name = "Юнит #12",
                                        heading = 0,
                                        y = 457921.63976131,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 39,
                                        lat = 0.77979303759882,
                                        skill = "Average",
                                        long = 0.69882038816373,
                                        x = -26482.709027296,
                                        name = "Юнит #13",
                                        heading = 0,
                                        y = 458151.43374511,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "СНГ ПВО #007",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [8]
                            [9] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 34,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.78606352925132,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68358033406541,
                                            x = 7811.6691645114,
                                            speed = 5.5555555555556,
                                            y = 385870.18712898,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 17,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 40,
                                        lat = 0.78606352925132,
                                        skill = "Average",
                                        long = 0.68358033406541,
                                        x = 7811.6691645114,
                                        name = "Юнит #14",
                                        heading = 0,
                                        y = 385870.18712898,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 41,
                                        lat = 0.78599402740224,
                                        skill = "Average",
                                        long = 0.68369444228382,
                                        x = 7408.238389831,
                                        name = "Юнит #15",
                                        heading = 0,
                                        y = 386420.00810775,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "СНГ ПВО #008",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [9]
                            [10] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 30,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.78686720058012,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67963702737763,
                                            x = 11591.904862409,
                                            speed = 5.5555555555556,
                                            y = 367688.12102095,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 18,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 42,
                                        lat = 0.78686720058012,
                                        skill = "Average",
                                        long = 0.67963702737763,
                                        x = 11591.904862409,
                                        name = "Юнит #16",
                                        heading = 0,
                                        y = 367688.12102095,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 43,
                                        lat = 0.78685732374633,
                                        skill = "Average",
                                        long = 0.67976896919596,
                                        x = 11572.385616006,
                                        name = "Юнит #17",
                                        heading = 0,
                                        y = 368288.86790076,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "СНГ ПВО #009",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [10]
                            [11] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 56,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.77946206617402,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65917967149713,
                                            x = -41688.417843693,
                                            speed = 5.5555555555556,
                                            y = 278187.62711039,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 19,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 44,
                                        lat = 0.77946206617402,
                                        skill = "Average",
                                        long = 0.65917967149713,
                                        x = -41688.417843693,
                                        name = "СНГ ПВО #009",
                                        heading = 3.7295952571374,
                                        y = 278187.62711039,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 45,
                                        lat = 0.77946728277483,
                                        skill = "Average",
                                        long = 0.65915900105881,
                                        x = -41660.833623813,
                                        name = "СНГ ПВО #14",
                                        heading = 3.7295952571374,
                                        y = 278091.76377609,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 46,
                                        lat = 0.77947678733161,
                                        skill = "Average",
                                        long = 0.65916746918134,
                                        x = -41598.007706685,
                                        name = "СНГ ПВО #15",
                                        heading = 3.7295952571374,
                                        y = 278126.71276757,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 47,
                                        lat = 0.77948763215128,
                                        skill = "Average",
                                        long = 0.65917786129123,
                                        x = -41526.123684864,
                                        name = "СНГ ПВО #16",
                                        heading = 3.7295952571374,
                                        y = 278169.9065413,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 48,
                                        lat = 0.77944935305744,
                                        skill = "Average",
                                        long = 0.65919321818735,
                                        x = -41765.675819302,
                                        name = "СНГ ПВО #17",
                                        heading = 3.7295952571374,
                                        y = 278253.90448117,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 49,
                                        lat = 0.77945858077334,
                                        skill = "Average",
                                        long = 0.65920226881464,
                                        x = -41704.453939445,
                                        name = "СНГ ПВО #18",
                                        heading = 3.7295952571374,
                                        y = 278291.60317573,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 50,
                                        lat = 0.77946981106798,
                                        skill = "Average",
                                        long = 0.6592120562045,
                                        x = -41630.280222382,
                                        name = "СНГ ПВО #19",
                                        heading = 3.7295952571374,
                                        y = 278331.90595478,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "СНГ ПВО #010",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [11]
                            [12] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 79,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.78144011913813,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65808220217985,
                                            x = -29381.430570617,
                                            speed = 5.5555555555556,
                                            y = 272464.09015603,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 20,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 51,
                                        lat = 0.78144011913813,
                                        skill = "Average",
                                        long = 0.65808220217985,
                                        x = -29381.430570617,
                                        name = "СНГ ПВО #20",
                                        heading = 2.3561944901923,
                                        y = 272464.09015603,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 52,
                                        lat = 0.78142669535379,
                                        skill = "Average",
                                        long = 0.65807096604615,
                                        x = -29469.808782159,
                                        name = "СНГ ПВО #21",
                                        heading = 2.3561944901923,
                                        y = 272418.03389333,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 53,
                                        lat = 0.78143447502923,
                                        skill = "Average",
                                        long = 0.65805955162737,
                                        x = -29423.22211646,
                                        name = "СНГ ПВО #22",
                                        heading = 2.3561944901923,
                                        y = 272363.26939961,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 54,
                                        lat = 0.78144386181227,
                                        skill = "Average",
                                        long = 0.65804667094399,
                                        x = -29366.781255254,
                                        name = "СНГ ПВО #23",
                                        heading = 2.3561944901923,
                                        y = 272301.24362826,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 55,
                                        lat = 0.78144709609188,
                                        skill = "Average",
                                        long = 0.65810235387442,
                                        x = -29331.79800773,
                                        name = "СНГ ПВО #24",
                                        heading = 2.3561944901923,
                                        y = 272553.05973564,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 56,
                                        lat = 0.78145522862595,
                                        skill = "Average",
                                        long = 0.65809143473284,
                                        x = -29282.836562417,
                                        name = "СНГ ПВО #25",
                                        heading = 2.3561944901923,
                                        y = 272500.4143234,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 57,
                                        lat = 0.78146426830389,
                                        skill = "Average",
                                        long = 0.65807790494242,
                                        x = -29228.773597684,
                                        name = "СНГ ПВО #26",
                                        heading = 2.3561944901923,
                                        y = 272435.56833122,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "СНГ ПВО #011",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [12]
                            [13] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 56,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.77983654379565,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.6592410971374,
                                            x = -39287.23580455,
                                            speed = 5.5555555555556,
                                            y = 278322.40126614,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 21,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 58,
                                        lat = 0.77983654379565,
                                        skill = "Average",
                                        long = 0.6592410971374,
                                        x = -39287.23580455,
                                        name = "СНГ ПВО #27",
                                        heading = 1.8157749899218,
                                        y = 278322.40126614,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 59,
                                        lat = 0.77982092826589,
                                        skill = "Average",
                                        long = 0.65924115009693,
                                        x = -39386.651926399,
                                        name = "СНГ ПВО #28",
                                        heading = 1.8157749899218,
                                        y = 278328.70172209,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 60,
                                        lat = 0.77982340228031,
                                        skill = "Average",
                                        long = 0.65922574175634,
                                        x = -39375.096856029,
                                        name = "СНГ ПВО #29",
                                        heading = 1.8157749899218,
                                        y = 278257.7236327,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 61,
                                        lat = 0.77982671750852,
                                        skill = "Average",
                                        long = 0.65920785185821,
                                        x = -39358.861765484,
                                        name = "СНГ ПВО #30",
                                        heading = 1.8157749899218,
                                        y = 278175.43251481,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 62,
                                        lat = 0.77984986286622,
                                        skill = "Average",
                                        long = 0.65925331583704,
                                        x = -39199.09881095,
                                        name = "СНГ ПВО #31",
                                        heading = 1.8157749899218,
                                        y = 278372.80096762,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 63,
                                        lat = 0.7798528558905,
                                        skill = "Average",
                                        long = 0.65923803730669,
                                        x = -39184.203826408,
                                        name = "СНГ ПВО #32",
                                        heading = 1.8157749899218,
                                        y = 278302.46155132,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 64,
                                        lat = 0.77985566945607,
                                        skill = "Average",
                                        long = 0.65921985699436,
                                        x = -39171.242150024,
                                        name = "СНГ ПВО #33",
                                        heading = 1.8157749899218,
                                        y = 278219.04147899,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "СНГ ПВО #012",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [13]
                            [14] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 25,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7778750912336,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.66357640933298,
                                            x = -50590.455806289,
                                            speed = 5.5555555555556,
                                            y = 298789.18836529,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 22,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 65,
                                        lat = 0.7778750912336,
                                        skill = "Average",
                                        long = 0.66357640933298,
                                        x = -50590.455806289,
                                        name = "СНГ ПВО #34",
                                        heading = 3.4903636571737,
                                        y = 298789.18836529,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 66,
                                        lat = 0.77787666557749,
                                        skill = "Average",
                                        long = 0.66355460355563,
                                        x = -50586.678650889,
                                        name = "СНГ ПВО #35",
                                        heading = 3.4903636571737,
                                        y = 298689.48750246,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 67,
                                        lat = 0.7778873351938,
                                        skill = "Average",
                                        long = 0.66355967162983,
                                        x = -50517.289238377,
                                        name = "СНГ ПВО #36",
                                        heading = 3.4903636571737,
                                        y = 298708.34453217,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 68,
                                        lat = 0.77789963279443,
                                        skill = "Average",
                                        long = 0.66356616317436,
                                        x = -50437.126023151,
                                        name = "СНГ ПВО #37",
                                        heading = 3.4903636571737,
                                        y = 298733.03318943,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 69,
                                        lat = 0.77786502625281,
                                        skill = "Average",
                                        long = 0.6635937859134,
                                        x = -50649.564963409,
                                        name = "СНГ ПВО #38",
                                        heading = 3.4903636571737,
                                        y = 298872.08318187,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 70,
                                        lat = 0.77787552531684,
                                        skill = "Average",
                                        long = 0.6635995115933,
                                        x = -50581.073119133,
                                        name = "СНГ ПВО #39",
                                        heading = 3.4903636571737,
                                        y = 298893.99505799,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 71,
                                        lat = 0.77788809529479,
                                        skill = "Average",
                                        long = 0.6636052878903,
                                        x = -50499.380491843,
                                        name = "СНГ ПВО #40",
                                        heading = 3.4903636571737,
                                        y = 298915.32712727,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "СНГ ПВО #013",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [14]
                            [15] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 57,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.77814168815932,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.66341606461677,
                                            x = -48938.871941619,
                                            speed = 5.5555555555556,
                                            y = 297956.33350587,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 23,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 72,
                                        lat = 0.77814168815932,
                                        skill = "Average",
                                        long = 0.66341606461677,
                                        x = -48938.871941619,
                                        name = "СНГ ПВО #41",
                                        heading = 0.78539816339745,
                                        y = 297956.33350587,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 73,
                                        lat = 0.77813368123494,
                                        skill = "Average",
                                        long = 0.6634349068481,
                                        x = -48984.45678202,
                                        name = "СНГ ПВО #42",
                                        heading = 0.78539816339745,
                                        y = 298045.08344269,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 74,
                                        lat = 0.77812554959738,
                                        skill = "Average",
                                        long = 0.66342398880152,
                                        x = -49039.361933894,
                                        name = "СНГ ПВО #43",
                                        heading = 0.78539816339745,
                                        y = 297998.65174628,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 75,
                                        lat = 0.77811637345842,
                                        skill = "Average",
                                        long = 0.66341081523735,
                                        x = -49101.564013735,
                                        name = "СНГ ПВО #44",
                                        heading = 0.78539816339745,
                                        y = 297942.37944276,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 76,
                                        lat = 0.7781560464933,
                                        skill = "Average",
                                        long = 0.66340626996528,
                                        x = -48850.253207018,
                                        name = "СНГ ПВО #45",
                                        heading = 0.78539816339745,
                                        y = 297906.21202412,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 77,
                                        lat = 0.77814826776669,
                                        skill = "Average",
                                        long = 0.66339485660963,
                                        x = -48903.053147563,
                                        name = "СНГ ПВО #46",
                                        heading = 0.78539816339745,
                                        y = 297857.39164597,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 78,
                                        lat = 0.77813862911753,
                                        skill = "Average",
                                        long = 0.66338217029506,
                                        x = -48968.06060705,
                                        name = "СНГ ПВО #47",
                                        heading = 0.78539816339745,
                                        y = 297803.51425974,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "СНГ ПВО #014",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [15]
                            [16] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 30,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.78489739849728,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.66250880567416,
                                            x = -6172.2704674844,
                                            speed = 5.5555555555556,
                                            y = 291192.50923863,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 24,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 79,
                                        lat = 0.78489739849728,
                                        skill = "Average",
                                        long = 0.66250880567416,
                                        x = -6172.2704674844,
                                        name = "СНГ ПВО #48",
                                        heading = 3.8682349942715,
                                        y = 291192.50923863,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 80,
                                        lat = 0.78490456305916,
                                        skill = "Average",
                                        long = 0.66248937387496,
                                        x = -6131.9447942339,
                                        name = "СНГ ПВО #49",
                                        heading = 3.8682349942715,
                                        y = 291101.64875161,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 81,
                                        lat = 0.7849131629455,
                                        skill = "Average",
                                        long = 0.66249963645711,
                                        x = -6074.3891849425,
                                        name = "СНГ ПВО #50",
                                        heading = 3.8682349942715,
                                        y = 291144.76410326,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 82,
                                        lat = 0.78492290507462,
                                        skill = "Average",
                                        long = 0.66251206828952,
                                        x = -6008.969351436,
                                        name = "СНГ ПВО #51",
                                        heading = 3.8682349942715,
                                        y = 291197.26078605,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 83,
                                        lat = 0.78488349389501,
                                        skill = "Average",
                                        long = 0.66251970284052,
                                        x = -6257.8384514311,
                                        name = "СНГ ПВО #52",
                                        heading = 3.8682349942715,
                                        y = 291247.35186647,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 84,
                                        lat = 0.78489176323516,
                                        skill = "Average",
                                        long = 0.66253048734986,
                                        x = -6202.2453778815,
                                        name = "СНГ ПВО #53",
                                        heading = 3.8682349942715,
                                        y = 291292.96200488,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 85,
                                        lat = 0.78490194567444,
                                        skill = "Average",
                                        long = 0.66254239720625,
                                        x = -6134.1641037138,
                                        name = "СНГ ПВО #54",
                                        heading = 3.8682349942715,
                                        y = 291342.91839579,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "СНГ ПВО #015",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [16]
                            [17] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 23,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.78430158054988,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.66368153515738,
                                            x = -9640.184663875,
                                            speed = 5.5555555555556,
                                            y = 296734.30490187,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 25,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 86,
                                        lat = 0.78430158054988,
                                        skill = "Average",
                                        long = 0.66368153515738,
                                        x = -9640.184663875,
                                        name = "СНГ ПВО #55",
                                        heading = 0.46364760900081,
                                        y = 296734.30490187,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 87,
                                        lat = 0.78429827232761,
                                        skill = "Average",
                                        long = 0.66370296256885,
                                        x = -9655.1105207568,
                                        name = "СНГ ПВО #56",
                                        heading = 0.46364760900081,
                                        y = 296832.40794164,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 88,
                                        lat = 0.78428809032894,
                                        skill = "Average",
                                        long = 0.66369617212599,
                                        x = -9721.8895342136,
                                        name = "СНГ ПВО #57",
                                        heading = 0.46364760900081,
                                        y = 296805.73609049,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 89,
                                        lat = 0.78427640680587,
                                        skill = "Average",
                                        long = 0.66368769899263,
                                        x = -9798.7115526563,
                                        name = "СНГ ПВО #58",
                                        heading = 0.46364760900081,
                                        y = 296772.05303623,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 90,
                                        lat = 0.78431295965585,
                                        skill = "Average",
                                        long = 0.66366590538256,
                                        x = -9572.2066863831,
                                        name = "СНГ ПВО #59",
                                        heading = 0.46364760900081,
                                        y = 296659.21895358,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 91,
                                        lat = 0.78430299955489,
                                        skill = "Average",
                                        long = 0.66365848893408,
                                        x = -9637.752130067,
                                        name = "СНГ ПВО #60",
                                        heading = 0.46364760900081,
                                        y = 296629.63173903,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 92,
                                        lat = 0.78429098847469,
                                        skill = "Average",
                                        long = 0.66365068242692,
                                        x = -9716.4688625801,
                                        name = "СНГ ПВО #61",
                                        heading = 0.46364760900081,
                                        y = 296599.08911898,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "СНГ ПВО #016",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [17]
                            [18] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 189,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.77951594955852,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69913318385996,
                                            x = -28122.179056268,
                                            speed = 5.5555555555556,
                                            y = 459729.45402476,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 26,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 93,
                                        lat = 0.77951594955852,
                                        skill = "Average",
                                        long = 0.69913318385996,
                                        x = -28122.179056268,
                                        name = "СНГ ПВО #62",
                                        heading = 0.46364760900081,
                                        y = 459729.45402476,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 94,
                                        lat = 0.77951260169435,
                                        skill = "Average",
                                        long = 0.69915459746069,
                                        x = -28134.946234698,
                                        name = "СНГ ПВО #63",
                                        heading = 0.46364760900081,
                                        y = 459828.59730518,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 95,
                                        lat = 0.77950241921358,
                                        skill = "Average",
                                        long = 0.69914784850356,
                                        x = -28202.479350694,
                                        name = "СНГ ПВО #64",
                                        heading = 0.46364760900081,
                                        y = 459803.51768524,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 96,
                                        lat = 0.77949073627559,
                                        skill = "Average",
                                        long = 0.69913942376049,
                                        x = -28280.235971992,
                                        name = "СНГ ПВО #65",
                                        heading = 0.46364760900081,
                                        y = 459771.64659171,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 97,
                                        lat = 0.779527367995,
                                        skill = "Average",
                                        long = 0.6991175345324,
                                        x = -28055.719789456,
                                        name = "СНГ ПВО #66",
                                        heading = 0.46364760900081,
                                        y = 459652.07491922,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 98,
                                        lat = 0.77951740871556,
                                        skill = "Average",
                                        long = 0.69911015955928,
                                        x = -28122.081621137,
                                        name = "СНГ ПВО #67",
                                        heading = 0.46364760900081,
                                        y = 459624.02811116,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 99,
                                        lat = 0.77950539672622,
                                        skill = "Average",
                                        long = 0.69910240175502,
                                        x = -28201.667198362,
                                        name = "СНГ ПВО #68",
                                        heading = 0.46364760900081,
                                        y = 459595.36825716,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "СНГ ПВО #017",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [18]
                            [19] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 174,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.78012294344397,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.6986357255344,
                                            x = -24455.761535712,
                                            speed = 5.5555555555556,
                                            y = 457128.26180297,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 27,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 100,
                                        lat = 0.78012294344397,
                                        skill = "Average",
                                        long = 0.6986357255344,
                                        x = -24455.761535712,
                                        name = "СНГ ПВО #69",
                                        heading = 3.9745739202642,
                                        y = 457128.26180297,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 101,
                                        lat = 0.78013154831859,
                                        skill = "Average",
                                        long = 0.69861742462966,
                                        x = -24408.277668875,
                                        name = "СНГ ПВО #70",
                                        heading = 3.9745739202642,
                                        y = 457040.60633642,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 102,
                                        lat = 0.78013929856826,
                                        skill = "Average",
                                        long = 0.69862890667824,
                                        x = -24354.342727101,
                                        name = "СНГ ПВО #71",
                                        heading = 3.9745739202642,
                                        y = 457088.36398873,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 103,
                                        lat = 0.78014801626658,
                                        skill = "Average",
                                        long = 0.69864271709428,
                                        x = -24293.317765641,
                                        name = "СНГ ПВО #72",
                                        heading = 3.9745739202642,
                                        y = 457146.13865302,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 104,
                                        lat = 0.78010830215056,
                                        skill = "Average",
                                        long = 0.69864453808571,
                                        x = -24545.471356121,
                                        name = "СНГ ПВО #73",
                                        heading = 3.9745739202642,
                                        y = 457176.24943615,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 105,
                                        lat = 0.78011568416017,
                                        skill = "Average",
                                        long = 0.69865649142516,
                                        x = -24493.692997485,
                                        name = "СНГ ПВО #74",
                                        heading = 3.9745739202642,
                                        y = 457226.34513916,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 106,
                                        lat = 0.7801248791331,
                                        skill = "Average",
                                        long = 0.69866984614558,
                                        x = -24429.810944838,
                                        name = "СНГ ПВО #75",
                                        heading = 3.9745739202642,
                                        y = 457281.79239619,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "СНГ ПВО #018",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [19]
                            [20] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 30,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75814484700097,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69711980610432,
                                            x = -165000.63010072,
                                            speed = 5.5555555555556,
                                            y = 462092.45015854,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 28,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 107,
                                        lat = 0.75814484700097,
                                        skill = "Average",
                                        long = 0.69711980610432,
                                        x = -165000.63010072,
                                        name = "СНГ ПВО #76",
                                        heading = 3.9745739202642,
                                        y = 462092.45015854,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 108,
                                        lat = 0.75815372841608,
                                        skill = "Average",
                                        long = 0.69710165677172,
                                        x = -164951.05185732,
                                        name = "СНГ ПВО #77",
                                        heading = 3.9745739202642,
                                        y = 462003.30825125,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 109,
                                        lat = 0.758161510994,
                                        skill = "Average",
                                        long = 0.69711284750799,
                                        x = -164897.18599218,
                                        name = "СНГ ПВО #78",
                                        heading = 3.9745739202642,
                                        y = 462051.14677612,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 110,
                                        lat = 0.75817025811864,
                                        skill = "Average",
                                        long = 0.69712631655421,
                                        x = -164836.30131784,
                                        name = "СНГ ПВО #79",
                                        heading = 3.9745739202642,
                                        y = 462109.05784785,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 111,
                                        lat = 0.75812990821445,
                                        skill = "Average",
                                        long = 0.69712870232043,
                                        x = -165092.34236274,
                                        name = "СНГ ПВО #80",
                                        heading = 3.9745739202642,
                                        y = 462141.83355798,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 112,
                                        lat = 0.75813731313522,
                                        skill = "Average",
                                        long = 0.69714036263253,
                                        x = -165040.70090004,
                                        name = "СНГ ПВО #81",
                                        heading = 3.9745739202642,
                                        y = 462192.05791173,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 113,
                                        lat = 0.75814654853749,
                                        skill = "Average",
                                        long = 0.69715337583252,
                                        x = -164976.88208231,
                                        name = "СНГ ПВО #82",
                                        heading = 3.9745739202642,
                                        y = 462247.58752702,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "СНГ ПВО #019",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [20]
                            [21] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 110,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7579770738744,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69794258595771,
                                            x = -165752.58074,
                                            speed = 5.5555555555556,
                                            y = 466007.38085888,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 29,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 114,
                                        lat = 0.7579770738744,
                                        skill = "Average",
                                        long = 0.69794258595771,
                                        x = -165752.58074,
                                        name = "СНГ ПВО #83",
                                        heading = 0.40489178628508,
                                        y = 466007.38085888,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 115,
                                        lat = 0.75797449902763,
                                        skill = "Average",
                                        long = 0.6979641614514,
                                        x = -165760.67928185,
                                        name = "СНГ ПВО #84",
                                        heading = 0.40489178628508,
                                        y = 466109.06023474,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 116,
                                        lat = 0.75796403334896,
                                        skill = "Average",
                                        long = 0.69795839956081,
                                        x = -165829.54369158,
                                        name = "СНГ ПВО #85",
                                        heading = 0.40489178628508,
                                        y = 466087.9001552,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 117,
                                        lat = 0.75795200051312,
                                        skill = "Average",
                                        long = 0.69795111202382,
                                        x = -165908.97498788,
                                        name = "СНГ ПВО #86",
                                        heading = 0.40489178628508,
                                        y = 466060.49021251,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 118,
                                        lat = 0.75798795896742,
                                        skill = "Average",
                                        long = 0.69792598953757,
                                        x = -165689.64524468,
                                        name = "СНГ ПВО #87",
                                        heading = 0.40489178628508,
                                        y = 465924.38096387,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 119,
                                        lat = 0.75797769433255,
                                        skill = "Average",
                                        long = 0.69791958532077,
                                        x = -165757.47641814,
                                        name = "СНГ ПВО #88",
                                        heading = 0.40489178628508,
                                        y = 465900.12692755,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 120,
                                        lat = 0.75796535573003,
                                        skill = "Average",
                                        long = 0.6979129905292,
                                        x = -165838.58846015,
                                        name = "СНГ ПВО #89",
                                        heading = 0.40489178628508,
                                        y = 465876.10160102,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "СНГ ПВО #020",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [21]
                            [22] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 62,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75867953491979,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69769482626471,
                                            x = -161374.42358552,
                                            speed = 5.5555555555556,
                                            y = 464478.1242488,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 30,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 121,
                                        lat = 0.75867953491979,
                                        skill = "Average",
                                        long = 0.69769482626471,
                                        x = -161374.42358552,
                                        name = "СНГ ПВО #90",
                                        heading = 0.40489178628508,
                                        y = 464478.1242488,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 122,
                                        lat = 0.75867696007302,
                                        skill = "Average",
                                        long = 0.6977164017584,
                                        x = -161382.52212737,
                                        name = "СНГ ПВО #91",
                                        heading = 0.40489178628508,
                                        y = 464579.80362466,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 123,
                                        lat = 0.75866649439436,
                                        skill = "Average",
                                        long = 0.69771063986781,
                                        x = -161451.38653704,
                                        name = "СНГ ПВО #92",
                                        heading = 0.40489178628508,
                                        y = 464558.64354511,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 124,
                                        lat = 0.75865446155851,
                                        skill = "Average",
                                        long = 0.69770335233082,
                                        x = -161530.8178334,
                                        name = "СНГ ПВО #93",
                                        heading = 0.40489178628508,
                                        y = 464531.23360243,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 125,
                                        lat = 0.75869042001281,
                                        skill = "Average",
                                        long = 0.69767822984457,
                                        x = -161311.4880902,
                                        name = "СНГ ПВО #94",
                                        heading = 0.40489178628508,
                                        y = 464395.1243538,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 126,
                                        lat = 0.75868015537794,
                                        skill = "Average",
                                        long = 0.69767182562777,
                                        x = -161379.31926366,
                                        name = "СНГ ПВО #95",
                                        heading = 0.40489178628508,
                                        y = 464370.87031747,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 127,
                                        lat = 0.75866781677542,
                                        skill = "Average",
                                        long = 0.6976652308362,
                                        x = -161460.43130568,
                                        name = "СНГ ПВО #96",
                                        heading = 0.40489178628508,
                                        y = 464346.84499095,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "СНГ ПВО #021",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [22]
                            [23] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 320,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.771916735708,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75181482828721,
                                            x = -51156.205014752,
                                            speed = 5.5555555555556,
                                            y = 705149.01101653,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 31,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 128,
                                        lat = 0.771916735708,
                                        skill = "Average",
                                        long = 0.75181482828721,
                                        x = -51156.205014752,
                                        name = "Юнит #1",
                                        heading = 0,
                                        y = 705149.01101653,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 129,
                                        lat = 0.77188313142868,
                                        skill = "Average",
                                        long = 0.75188360082916,
                                        x = -51330.985299231,
                                        name = "Юнит #18",
                                        heading = 0,
                                        y = 705489.70174935,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "СНГ ПВО #022",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [23]
                            [24] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 430,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75941040686273,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76160734625243,
                                            x = -125101.29994561,
                                            speed = 5.5555555555556,
                                            y = 760373.01573918,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 32,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 130,
                                        lat = 0.75941040686273,
                                        skill = "Average",
                                        long = 0.76160734625243,
                                        x = -125101.29994561,
                                        name = "Юнит #19",
                                        heading = 0,
                                        y = 760373.01573918,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 131,
                                        lat = 0.75942092670564,
                                        skill = "Average",
                                        long = 0.76164227868182,
                                        x = -125013.36008168,
                                        name = "Юнит #20",
                                        heading = 0,
                                        y = 760526.2463269,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "СНГ ПВО #023",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [24]
                            [25] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 451,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7849535958369,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68057007695669,
                                            x = -286.16889865976,
                                            speed = 5.5555555555556,
                                            y = 372808.1662737,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 39,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "S-300PS 64H6E sr",
                                        CLSID = "{3F127663-E479-4B8D-855B-7C4F6E9310EA}",
                                        unitId = 174,
                                        lat = 0.7849535958369,
                                        skill = "Average",
                                        long = 0.68057007695669,
                                        x = -286.16889865976,
                                        name = "СНГ ПВО #138",
                                        heading = 3.4198923125949,
                                        y = 372808.1662737,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "S-300PS 40B6M tr",
                                        CLSID = "{0626F96A-FDFB-42D3-ADE5-A0415690BF5E}",
                                        unitId = 175,
                                        lat = 0.78497859792925,
                                        skill = "Average",
                                        long = 0.68057971373441,
                                        x = -123.80129348487,
                                        name = "СНГ ПВО #139",
                                        heading = 3.4198923125949,
                                        y = 372840.01444891,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "S-300PS 54K6 cp",
                                        CLSID = "{1C4F9C25-EDBD-429e-B95A-083ABFE82B95}",
                                        unitId = 176,
                                        lat = 0.78498415701662,
                                        skill = "Average",
                                        long = 0.68060523428161,
                                        x = -80.015057026409,
                                        name = "СНГ ПВО #140",
                                        heading = -1.4168516623366,
                                        y = 372953.01753446,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 177,
                                        lat = 0.78496339279611,
                                        skill = "Average",
                                        long = 0.68055959770857,
                                        x = -227.23181343637,
                                        name = "СНГ ПВО #141",
                                        heading = 1.8490959858,
                                        y = 372756.05672321,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 178,
                                        lat = 0.78496460330067,
                                        skill = "Average",
                                        long = 0.68056101080929,
                                        x = -219.05946620647,
                                        name = "СНГ ПВО #142",
                                        heading = 1.8490959858,
                                        y = 372761.88726196,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 179,
                                        lat = 0.7849658370668,
                                        skill = "Average",
                                        long = 0.6805623095221,
                                        x = -210.77660273388,
                                        name = "СНГ ПВО #143",
                                        heading = 1.8490959858,
                                        y = 372767.18853287,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 180,
                                        lat = 0.78496699323845,
                                        skill = "Average",
                                        long = 0.68056355651361,
                                        x = -203.00482064299,
                                        name = "СНГ ПВО #144",
                                        heading = 1.8490959858,
                                        y = 372772.292129,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 181,
                                        lat = 0.78495821511802,
                                        skill = "Average",
                                        long = 0.68058462312676,
                                        x = -251.97427388653,
                                        name = "СНГ ПВО #145",
                                        heading = -1.2924966677898,
                                        y = 372871.89009717,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 182,
                                        lat = 0.78495979656794,
                                        skill = "Average",
                                        long = 0.68058421228836,
                                        x = -242.03950069193,
                                        name = "СНГ ПВО #146",
                                        heading = -1.2924966677898,
                                        y = 372869.28133318,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 183,
                                        lat = 0.78496127069383,
                                        skill = "Average",
                                        long = 0.68058389590831,
                                        x = -232.75705934688,
                                        name = "СНГ ПВО #147",
                                        heading = -1.2924966677898,
                                        y = 372867.15126263,
                                    }, -- end of [10]
                                    [11] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 184,
                                        lat = 0.78496277194845,
                                        skill = "Average",
                                        long = 0.68058344612675,
                                        x = -223.34572780319,
                                        name = "СНГ ПВО #148",
                                        heading = -1.2924966677898,
                                        y = 372864.40394884,
                                    }, -- end of [11]
                                }, -- end of units
                                name = "СНГ ПВО #030",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [25]
                            [26] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 104,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.78759573917851,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67843576092712,
                                            x = 15835.976858901,
                                            speed = 5.5555555555556,
                                            y = 361931.53973438,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 40,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "S-300PS 64H6E sr",
                                        CLSID = "{3F127663-E479-4B8D-855B-7C4F6E9310EA}",
                                        unitId = 185,
                                        lat = 0.78759573917851,
                                        skill = "Average",
                                        long = 0.67843576092712,
                                        x = 15835.976858901,
                                        name = "СНГ ПВО #149",
                                        heading = 3.4198923125949,
                                        y = 361931.53973438,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "S-300PS 40B6M tr",
                                        CLSID = "{0626F96A-FDFB-42D3-ADE5-A0415690BF5E}",
                                        unitId = 186,
                                        lat = 0.78762071727174,
                                        skill = "Average",
                                        long = 0.67844545373422,
                                        x = 15998.209963527,
                                        name = "СНГ ПВО #150",
                                        heading = 3.4198923125949,
                                        y = 361963.85879555,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "S-300PS 54K6 cp",
                                        CLSID = "{1C4F9C25-EDBD-429e-B95A-083ABFE82B95}",
                                        unitId = 187,
                                        lat = 0.78762629149477,
                                        skill = "Average",
                                        long = 0.67847101714499,
                                        x = 16042.106316164,
                                        name = "СНГ ПВО #151",
                                        heading = 4.866333644843,
                                        y = 362076.47538393,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 188,
                                        lat = 0.78760551425049,
                                        skill = "Average",
                                        long = 0.67842528509304,
                                        x = 15894.775858104,
                                        name = "СНГ ПВО #152",
                                        heading = 1.8490959858,
                                        y = 361879.91422071,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 189,
                                        lat = 0.78760672442197,
                                        skill = "Average",
                                        long = 0.67842670213755,
                                        x = 15902.947362565,
                                        name = "СНГ ПВО #153",
                                        heading = 1.8490959858,
                                        y = 361885.7476703,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 190,
                                        lat = 0.78760795772466,
                                        skill = "Average",
                                        long = 0.67842800468586,
                                        x = 15911.228519233,
                                        name = "СНГ ПВО #154",
                                        heading = 1.8490959858,
                                        y = 361891.05488205,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 191,
                                        lat = 0.78760911348826,
                                        skill = "Average",
                                        long = 0.67842925531059,
                                        x = 15918.998881349,
                                        name = "СНГ ПВО #155",
                                        heading = 1.8490959858,
                                        y = 361896.16341585,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 192,
                                        lat = 0.78760036520446,
                                        skill = "Average",
                                        long = 0.6784503340523,
                                        x = 15870.223094209,
                                        name = "СНГ ПВО #156",
                                        heading = 4.9906886393898,
                                        y = 361995.082334,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 193,
                                        lat = 0.78760194424282,
                                        skill = "Average",
                                        long = 0.67844992543077,
                                        x = 15880.143248216,
                                        name = "СНГ ПВО #157",
                                        heading = 4.9906886393898,
                                        y = 361992.52479444,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 194,
                                        lat = 0.78760341617912,
                                        skill = "Average",
                                        long = 0.67844961120373,
                                        x = 15889.412461321,
                                        name = "СНГ ПВО #158",
                                        heading = 4.9906886393898,
                                        y = 361990.4410731,
                                    }, -- end of [10]
                                    [11] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 195,
                                        lat = 0.78760491509212,
                                        skill = "Average",
                                        long = 0.67844916344888,
                                        x = 15898.809556957,
                                        name = "СНГ ПВО #159",
                                        heading = 4.9906886393898,
                                        y = 361987.74364216,
                                    }, -- end of [11]
                                }, -- end of units
                                name = "СНГ ПВО #031",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [26]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = true,
                                name = "ДРЛО",
                                groupId = 8,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78288093031336,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70275290415193,
                                            x = -5246.5214568423,
                                            speed = 222.22222222222,
                                            y = 474252.70605462,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7912796198206,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67570124106242,
                                            x = 38402.765583712,
                                            speed = 222.22222222222,
                                            y = 347945.71422255,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78061276091275,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71232408282061,
                                            x = -15638.451134648,
                                            speed = 222.22222222222,
                                            y = 518990.75803665,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79131362274829,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67665721702545,
                                            x = 38924.838554935,
                                            speed = 222.22222222222,
                                            y = 352221.63046363,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77984593266172,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71329799887793,
                                            x = -20090.933530021,
                                            speed = 222.22222222222,
                                            y = 523893.5870816,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79153751163634,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67664064297231,
                                            x = 40344.988592928,
                                            speed = 222.22222222222,
                                            y = 352042.5657208,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77985708205341,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71392799951065,
                                            x = -19741.566136737,
                                            speed = 222.22222222222,
                                            y = 526749.38111795,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7911791441893,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67602820867241,
                                            x = 37865.853543703,
                                            speed = 222.22222222222,
                                            y = 349459.26972735,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77985431565153,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.713770525504,
                                            x = -19828.763054671,
                                            speed = 222.22222222222,
                                            y = 526035.53824845,
                                        }, -- end of [9]
                                        [10] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79126817271415,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.675382577378,
                                            x = 38229.625130748,
                                            speed = 222.22222222222,
                                            y = 346519.78319846,
                                        }, -- end of [10]
                                        [11] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78027103785504,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71202130661701,
                                            x = -17948.175471427,
                                            speed = 222.22222222222,
                                            y = 517827.40911318,
                                        }, -- end of [11]
                                        [12] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79119050547848,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67634681801166,
                                            x = 38038.878375779,
                                            speed = 222.22222222222,
                                            y = 350885.74259584,
                                        }, -- end of [12]
                                        [13] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77961919914581,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71314850569106,
                                            x = -21600.7264619,
                                            speed = 222.22222222222,
                                            y = 523357.11953216,
                                        }, -- end of [13]
                                        [14] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79141987883833,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67648954916531,
                                            x = 39546.310620498,
                                            speed = 222.22222222222,
                                            y = 351419.72216624,
                                        }, -- end of [14]
                                        [15] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78007825103621,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71376256580133,
                                            x = -18406.359748197,
                                            speed = 222.22222222222,
                                            y = 525858.27887866,
                                        }, -- end of [15]
                                        [16] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79116201771656,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67555026536675,
                                            x = 37606.440075969,
                                            speed = 222.22222222222,
                                            y = 347320.22390687,
                                        }, -- end of [16]
                                        [17] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7795211453087,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71393982845345,
                                            x = -21875.443317082,
                                            speed = 222.22222222222,
                                            y = 527013.50208225,
                                        }, -- end of [17]
                                        [18] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79170987280148,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67518949814206,
                                            x = 40981.390572737,
                                            speed = 222.22222222222,
                                            y = 345450.9299456,
                                        }, -- end of [18]
                                        [19] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77953212351377,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71456964845446,
                                            x = -21527.244116871,
                                            speed = 222.22222222222,
                                            y = 529868.82154198,
                                        }, -- end of [19]
                                        [20] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79119618617205,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67650613542052,
                                            x = 38127.41385215,
                                            speed = 222.22222222222,
                                            y = 351598.66555718,
                                        }, -- end of [20]
                                        [21] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77951837982544,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71378235183462,
                                            x = -21962.635958287,
                                            speed = 222.22222222222,
                                            y = 526299.58671278,
                                        }, -- end of [21]
                                        [22] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79192799690858,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67501321611894,
                                            x = 42314.82907485,
                                            speed = 222.22222222222,
                                            y = 344559.61502994,
                                        }, -- end of [22]
                                        [23] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77974785684378,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71408942964223,
                                            x = -20365.733662405,
                                            speed = 222.22222222222,
                                            y = 527551.7609261,
                                        }, -- end of [23]
                                        [24] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79138578745124,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67553351623984,
                                            x = 39026.017679296,
                                            speed = 222.22222222222,
                                            y = 347143.9576839,
                                        }, -- end of [24]
                                        [25] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77899349385467,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71584800428903,
                                            x = -24388.498174069,
                                            speed = 222.22222222222,
                                            y = 536017.20004688,
                                        }, -- end of [25]
                                        [26] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79149764891729,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67552512886001,
                                            x = 39735.652536262,
                                            speed = 222.22222222222,
                                            y = 347055.20538118,
                                        }, -- end of [26]
                                        [27] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77963864342896,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7142508481282,
                                            x = -20989.831229744,
                                            speed = 222.22222222222,
                                            y = 528354.08038357,
                                        }, -- end of [27]
                                        [28] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79118482481757,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67618752242858,
                                            x = 37952.144948256,
                                            speed = 222.22222222222,
                                            y = 350172.29422867,
                                        }, -- end of [28]
                                        [29] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77877984725241,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71648483193024,
                                            x = -25458.499102974,
                                            speed = 222.22222222222,
                                            y = 539045.2628729,
                                        }, -- end of [29]
                                        [30] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79136272130922,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67489611855007,
                                            x = 38678.619898471,
                                            speed = 222.22222222222,
                                            y = 344291.8583301,
                                        }, -- end of [30]
                                        [31] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77880723103034,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71821563117214,
                                            x = -24494.747628759,
                                            speed = 222.22222222222,
                                            y = 546893.09156229,
                                        }, -- end of [31]
                                        [32] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79187547643104,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67357839006697,
                                            x = 41529.011364019,
                                            speed = 222.22222222222,
                                            y = 338139.615796,
                                        }, -- end of [32]
                                        [33] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77975875368719,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71471941561334,
                                            x = -20017.980862039,
                                            speed = 222.22222222222,
                                            y = 530407.64745453,
                                        }, -- end of [33]
                                        [34] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77899240498865,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69946675447607,
                                            x = -31322.712353912,
                                            speed = 222.22222222222,
                                            y = 461532.57305051,
                                        }, -- end of [34]
                                        [35] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78399572348043,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68242374092268,
                                            x = -5751.4650765909,
                                            speed = 222.22222222222,
                                            y = 381636.41746637,
                                        }, -- end of [35]
                                        [36] = 
                                        {
                                            alt = 34,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.786052,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.683393,
                                            x = 7674.038444859,
                                            speed = 138.88888888889,
                                            airdromeId = 19,
                                            y = 385029.5736699,
                                        }, -- end of [36]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "AWACS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "A-50",
                                        CLSID = "{CA17F0F8-6AEB-43FA-BC90-76732137F61D}",
                                        unitId = 13,
                                        lat = 0.78288093031336,
                                        skill = "Average",
                                        long = 0.70275290415193,
                                        x = -5246.5214568423,
                                        name = "Пилот #11",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "70000",
                                            flare = 192,
                                            chaff = 192,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 474252.70605462,
                                        callsign = 
                                        {
                                            [1] = 5,
                                            [2] = 0,
                                            [3] = 0,
                                            name = "500",
                                        }, -- end of callsign
                                        onboard_num = 50,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = false,
                                name = "Су-27 ПВО",
                                groupId = 1,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 320,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.771891,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.751935,
                                            x = -51251.551717591,
                                            speed = 138.88888888889,
                                            airdromeId = 26,
                                            y = 705718.47981263,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77167229904188,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74908344929011,
                                            x = -54250.792774185,
                                            speed = 222.22222222222,
                                            y = 692836.78732715,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76673262872458,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74673753995377,
                                            x = -87015.791260283,
                                            speed = 250,
                                            y = 685867.17101667,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75443436169399,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73558456692476,
                                            x = -171284.90664797,
                                            speed = 250,
                                            y = 643219.82629033,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75227791314098,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73400324457043,
                                            x = -185832.31818129,
                                            speed = 250,
                                            y = 637354.91355132,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75116352067071,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73542177714176,
                                            x = -192204.66851681,
                                            speed = 250,
                                            y = 644755.34376896,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75067889600507,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73830424739199,
                                            x = -193802.49627499,
                                            speed = 250,
                                            y = 658573.50930771,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75063838465673,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74179624785205,
                                            x = -192221.4157647,
                                            speed = 250,
                                            y = 674931.58820703,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75345713125394,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74627815488939,
                                            x = -171836.69336597,
                                            speed = 250,
                                            y = 693776.81361609,
                                        }, -- end of [9]
                                        [10] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7716219052434,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75940728123375,
                                            x = -48634.576929051,
                                            speed = 250,
                                            y = 740170.86461112,
                                        }, -- end of [10]
                                        [11] = 
                                        {
                                            alt = 320,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.771891,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.751935,
                                            x = -51251.551717591,
                                            speed = 138.88888888889,
                                            airdromeId = 26,
                                            y = 705718.47981263,
                                        }, -- end of [11]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Escort",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 1,
                                        lat = 0.771891,
                                        skill = "Player",
                                        y = 705718.47981263,
                                        long = 0.751935,
                                        x = -51251.551717591,
                                        name = "Александр",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 4,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 3,
                                            name = "113",
                                        }, -- end of callsign
                                        onboard_num = 13,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 2,
                                        lat = 0.77188002229232,
                                        skill = "Excellent",
                                        y = 705777.93841025,
                                        long = 0.7519461258859,
                                        x = -51315.117595186,
                                        name = "Ведомый",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 4,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 4,
                                            name = "114",
                                        }, -- end of callsign
                                        onboard_num = 14,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 367,
                                        lat = 0.771877,
                                        skill = "Excellent",
                                        y = 705793.4442709,
                                        long = 0.751949,
                                        x = -51332.72583405,
                                        name = "Второй ведомый",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 4,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 5,
                                            name = "115",
                                        }, -- end of callsign
                                        onboard_num = 15,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 368,
                                        lat = 0.77187,
                                        skill = "Excellent",
                                        y = 705830.92650003,
                                        long = 0.751956,
                                        x = -51373.312892281,
                                        name = "Третий ведомый",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 4,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 6,
                                            name = "116",
                                        }, -- end of callsign
                                        onboard_num = 16,
                                    }, -- end of [4]
                                }, -- end of units
                            }, -- end of [2]
                            [3] = 
                            {
                                hidden = true,
                                name = "МиГ-29 патр",
                                groupId = 45,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 306,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.78545,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.651915,
                                            x = -5406.2803440839,
                                            speed = 138.88888888889,
                                            airdromeId = 12,
                                            y = 243127.2973737,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.779331769069,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.64569902679788,
                                            x = -45819.487717574,
                                            speed = 194.44444444444,
                                            y = 216965.16817774,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7784870461945,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.63993403201516,
                                            x = -52424.714128098,
                                            speed = 194.44444444444,
                                            y = 190993.85814231,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78286646826029,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.62634498222287,
                                            x = -27023.783713068,
                                            speed = 194.44444444444,
                                            y = 128199.39076261,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78488147508715,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.62324793697013,
                                            x = -14680.340170165,
                                            speed = 194.44444444444,
                                            y = 113739.62221847,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78657836469706,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.62586007366065,
                                            x = -3466.1748019401,
                                            speed = 194.44444444444,
                                            y = 125159.19111997,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78689674724825,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.63346684493654,
                                            x = -135.58094433323,
                                            speed = 194.44444444444,
                                            y = 159408.94991514,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78783788702119,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.63833785926506,
                                            x = 6792.9061052911,
                                            speed = 194.44444444444,
                                            y = 181118.76303852,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78953999262736,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.63831028118784,
                                            x = 17625.713070078,
                                            speed = 194.44444444444,
                                            y = 180507.4155075,
                                        }, -- end of [9]
                                        [10] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79258996061833,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.63877110208569,
                                            x = 37140.305627731,
                                            speed = 194.44444444444,
                                            y = 181709.53710342,
                                        }, -- end of [10]
                                        [11] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79366614407092,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.63389824349039,
                                            x = 43051.211331975,
                                            speed = 194.44444444444,
                                            y = 159580.92678742,
                                        }, -- end of [11]
                                        [12] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79330725720847,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.62643212320453,
                                            x = 39473.266129358,
                                            speed = 194.44444444444,
                                            y = 126206.92933133,
                                        }, -- end of [12]
                                        [13] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79144820441782,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.62106124721676,
                                            x = 26813.952429333,
                                            speed = 194.44444444444,
                                            y = 102522.25183576,
                                        }, -- end of [13]
                                        [14] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7915677065964,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.61627609819799,
                                            x = 26920.453718442,
                                            speed = 194.44444444444,
                                            y = 81011.406308458,
                                        }, -- end of [14]
                                        [15] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79338619598996,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.61494769235427,
                                            x = 38328.331127886,
                                            speed = 194.44444444444,
                                            y = 74727.986208161,
                                        }, -- end of [15]
                                        [16] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7945728253393,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.6242509948133,
                                            x = 47182.419164439,
                                            speed = 194.44444444444,
                                            y = 116159.68884106,
                                        }, -- end of [16]
                                        [17] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79477754393551,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.63396896667956,
                                            x = 50141.784574934,
                                            speed = 194.44444444444,
                                            y = 159597.92026344,
                                        }, -- end of [17]
                                        [18] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79394404626516,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.63883369920354,
                                            x = 45775.509131397,
                                            speed = 194.44444444444,
                                            y = 181614.23417759,
                                        }, -- end of [18]
                                        [19] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78597386939694,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.64064746896004,
                                            x = -4608.9135777261,
                                            speed = 194.44444444444,
                                            y = 192072.55007518,
                                        }, -- end of [19]
                                        [20] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77970242665402,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.64665078052255,
                                            x = -43241.163856825,
                                            speed = 194.44444444444,
                                            y = 221172.45899755,
                                        }, -- end of [20]
                                        [21] = 
                                        {
                                            alt = 45,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.78545,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.651915,
                                            x = -5406.2803440839,
                                            speed = 138.88888888889,
                                            airdromeId = 12,
                                            y = 243127.2973737,
                                        }, -- end of [21]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "CAP",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 225,
                                        lat = 0.78545,
                                        skill = "Good",
                                        y = 243127.2973737,
                                        long = 0.651915,
                                        x = -5406.2803440839,
                                        name = "пилот #2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{C0FF4842-FBAC-11d5-9190-00A0249B6F00}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{C0FF4842-FBAC-11d5-9190-00A0249B6F00}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [7]
                                            }, -- end of pylons
                                            fuel = "3500",
                                            flare = 30,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 4,
                                            [3] = 9,
                                            name = 149,
                                        }, -- end of callsign
                                        onboard_num = 20,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 226,
                                        lat = 0.785443,
                                        skill = "Good",
                                        y = 243161.40518038,
                                        long = 0.651922,
                                        x = -5449.1422353042,
                                        name = "Пилот #13",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{C0FF4842-FBAC-11d5-9190-00A0249B6F00}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{C0FF4842-FBAC-11d5-9190-00A0249B6F00}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [7]
                                            }, -- end of pylons
                                            fuel = "3500",
                                            flare = 30,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 5,
                                            [3] = 0,
                                            name = 150,
                                        }, -- end of callsign
                                        onboard_num = 21,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 227,
                                        lat = 0.785436,
                                        skill = "Good",
                                        y = 243195.51298706,
                                        long = 0.651929,
                                        x = -5492.0041265246,
                                        name = "Пилот #14",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{C0FF4842-FBAC-11d5-9190-00A0249B6F00}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{C0FF4842-FBAC-11d5-9190-00A0249B6F00}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [7]
                                            }, -- end of pylons
                                            fuel = "3500",
                                            flare = 30,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 5,
                                            [3] = 1,
                                            name = 151,
                                        }, -- end of callsign
                                        onboard_num = 22,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 228,
                                        lat = 0.785429,
                                        skill = "Good",
                                        y = 243229.62079374,
                                        long = 0.651936,
                                        x = -5534.8660177439,
                                        name = "Пилот #15",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{C0FF4842-FBAC-11d5-9190-00A0249B6F00}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{C0FF4842-FBAC-11d5-9190-00A0249B6F00}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [7]
                                            }, -- end of pylons
                                            fuel = "3500",
                                            flare = 30,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 5,
                                            [3] = 2,
                                            name = 152,
                                        }, -- end of callsign
                                        onboard_num = 23,
                                    }, -- end of [4]
                                }, -- end of units
                            }, -- end of [3]
                            [4] = 
                            {
                                hidden = false,
                                name = "Су-34 прорыв ПВО",
                                groupId = 69,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77012360997378,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74490387330282,
                                            x = -66420.42691143,
                                            speed = 194.44444444444,
                                            y = 674859.41798554,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76685264256505,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7455182416052,
                                            x = -86920.501681253,
                                            speed = 194.44444444444,
                                            y = 680162.24812582,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75470990132281,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73788073288959,
                                            x = -168346.15035828,
                                            speed = 194.44444444444,
                                            y = 653724.59369996,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75336617472836,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.73530736602789,
                                                    radius = 1000,
                                                    y = 655230.43867035,
                                                    x = -293507.4858043,
                                                    lat = 0.73527277046701,
                                                    categories = 
                                                    {
                                                        [1] = "Ships",
                                                        [2] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    long = 0.73263215522777,
                                                    radius = 1000,
                                                    y = 642657.29123251,
                                                    x = -295937.17502361,
                                                    lat = 0.73510513582568,
                                                    categories = 
                                                    {
                                                        [1] = "Ships",
                                                        [2] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [2]
                                            }, -- end of targets
                                            long = 0.73757200297939,
                                            x = -177068.69275182,
                                            speed = 194.44444444444,
                                            y = 653246.37662594,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 82800,
                                task = "SEAD",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-34",
                                        CLSID = "{87E4C74D-1081-4B6E-A558-27EDB7A81546}",
                                        unitId = 369,
                                        lat = 0.77012360997378,
                                        skill = "Excellent",
                                        long = 0.74490387330282,
                                        x = -66420.42691143,
                                        name = "пилот #3",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [11]
                                                [12] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [12]
                                            }, -- end of pylons
                                            fuel = "9800",
                                            flare = 64,
                                            chaff = 64,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 674859.41798554,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 4,
                                            name = 114,
                                        }, -- end of callsign
                                        onboard_num = 53,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-34",
                                        CLSID = "{87E4C74D-1081-4B6E-A558-27EDB7A81546}",
                                        unitId = 370,
                                        lat = 0.77011660997378,
                                        skill = "Excellent",
                                        long = 0.74491087330282,
                                        x = -66461.216808182,
                                        name = "Пилот #3",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [11]
                                                [12] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [12]
                                            }, -- end of pylons
                                            fuel = "9800",
                                            flare = 64,
                                            chaff = 64,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 674896.69794627,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "111",
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Su-34",
                                        CLSID = "{87E4C74D-1081-4B6E-A558-27EDB7A81546}",
                                        unitId = 371,
                                        lat = 0.77010960997378,
                                        skill = "Excellent",
                                        long = 0.74491787330282,
                                        x = -66502.006704933,
                                        name = "Пилот #4",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [11]
                                                [12] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [12]
                                            }, -- end of pylons
                                            fuel = "9800",
                                            flare = 64,
                                            chaff = 64,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 674933.977907,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 2,
                                            name = 112,
                                        }, -- end of callsign
                                        onboard_num = 12,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Su-34",
                                        CLSID = "{87E4C74D-1081-4B6E-A558-27EDB7A81546}",
                                        unitId = 372,
                                        lat = 0.77010260997378,
                                        skill = "Excellent",
                                        long = 0.74492487330282,
                                        x = -66542.796601684,
                                        name = "Пилот #5",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [11]
                                                [12] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [12]
                                            }, -- end of pylons
                                            fuel = "9800",
                                            flare = 64,
                                            chaff = 64,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 674971.25786773,
                                        callsign = 
                                        {
                                            [1] = 0,
                                            [2] = 0,
                                            [3] = 9,
                                            name = "009",
                                        }, -- end of callsign
                                        onboard_num = 9,
                                    }, -- end of [4]
                                }, -- end of units
                            }, -- end of [4]
                            [5] = 
                            {
                                hidden = false,
                                name = "Су-24 прорыв ПВО",
                                groupId = 74,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72831769565041,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71542732880229,
                                            x = -347342.93913196,
                                            speed = 194.44444444444,
                                            y = 565107.84241478,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 1500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72818775895096,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.72766719589867,
                                                    radius = 1000,
                                                    y = 625426.1651235,
                                                    x = -360381.15342559,
                                                    lat = 0.72537604132861,
                                                    categories = 
                                                    {
                                                        [1] = "Ships",
                                                        [2] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    long = 0.72568801543781,
                                                    radius = 1000,
                                                    y = 615629.8563881,
                                                    x = -358130.2205754,
                                                    lat = 0.72587887968337,
                                                    categories = 
                                                    {
                                                        [1] = "Ships",
                                                        [2] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    long = 0.72600524709494,
                                                    radius = 1000,
                                                    y = 617003.89252602,
                                                    x = -356549.30854208,
                                                    lat = 0.72610300226265,
                                                    categories = 
                                                    {
                                                        [1] = "Ships",
                                                        [2] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [3]
                                            }, -- end of targets
                                            long = 0.71614906888253,
                                            x = -347845.55009163,
                                            speed = 194.44444444444,
                                            y = 568626.05729669,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 1500,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75508716607442,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69540755456652,
                                            x = -185131.21968726,
                                            speed = 194.44444444444,
                                            y = 455750.54894871,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 30,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.758225,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69716,
                                            x = -164474.73482633,
                                            speed = 138.88888888889,
                                            airdromeId = 18,
                                            y = 462236.21834688,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "SEAD",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-24M",
                                        CLSID = "{C3A1469C-E835-4ADF-924C-A5F3D8AEC550}",
                                        unitId = 387,
                                        lat = 0.72831769565041,
                                        skill = "Average",
                                        long = 0.71542732880229,
                                        x = -347342.93913196,
                                        name = "пилот #7",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{E86C5AA5-6D49-4F00-AD2E-79A62D6DDE26}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{E86C5AA5-6D49-4F00-AD2E-79A62D6DDE26}",
                                                }, -- end of [2]
                                                [5] = 
                                                {
                                                    CLSID = "{0519A264-0AB6-11d6-9193-00A0249B6F00}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    CLSID = "{E86C5AA5-6D49-4F00-AD2E-79A62D6DDE26}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{E86C5AA5-6D49-4F00-AD2E-79A62D6DDE26}",
                                                }, -- end of [8]
                                            }, -- end of pylons
                                            fuel = "11700",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 565107.84241478,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 6,
                                            name = 116,
                                        }, -- end of callsign
                                        onboard_num = 68,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-24M",
                                        CLSID = "{C3A1469C-E835-4ADF-924C-A5F3D8AEC550}",
                                        unitId = 388,
                                        lat = 0.72831069565041,
                                        skill = "Average",
                                        long = 0.71543432880229,
                                        x = -347384.45942128,
                                        name = "Пилот #25",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{E86C5AA5-6D49-4F00-AD2E-79A62D6DDE26}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{E86C5AA5-6D49-4F00-AD2E-79A62D6DDE26}",
                                                }, -- end of [2]
                                                [5] = 
                                                {
                                                    CLSID = "{0519A264-0AB6-11d6-9193-00A0249B6F00}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    CLSID = "{E86C5AA5-6D49-4F00-AD2E-79A62D6DDE26}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{E86C5AA5-6D49-4F00-AD2E-79A62D6DDE26}",
                                                }, -- end of [8]
                                            }, -- end of pylons
                                            fuel = "11700",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 565145.45428937,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 7,
                                            name = 117,
                                        }, -- end of callsign
                                        onboard_num = 69,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Su-24M",
                                        CLSID = "{C3A1469C-E835-4ADF-924C-A5F3D8AEC550}",
                                        unitId = 389,
                                        lat = 0.72830369565041,
                                        skill = "Average",
                                        long = 0.71544132880229,
                                        x = -347425.9797106,
                                        name = "Пилот #26",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{E86C5AA5-6D49-4F00-AD2E-79A62D6DDE26}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{E86C5AA5-6D49-4F00-AD2E-79A62D6DDE26}",
                                                }, -- end of [2]
                                                [5] = 
                                                {
                                                    CLSID = "{0519A264-0AB6-11d6-9193-00A0249B6F00}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    CLSID = "{E86C5AA5-6D49-4F00-AD2E-79A62D6DDE26}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{E86C5AA5-6D49-4F00-AD2E-79A62D6DDE26}",
                                                }, -- end of [8]
                                            }, -- end of pylons
                                            fuel = "11700",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 565183.06616397,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 8,
                                            name = 118,
                                        }, -- end of callsign
                                        onboard_num = 70,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Su-24M",
                                        CLSID = "{C3A1469C-E835-4ADF-924C-A5F3D8AEC550}",
                                        unitId = 390,
                                        lat = 0.72829669565041,
                                        skill = "Average",
                                        long = 0.71544832880229,
                                        x = -347467.49999992,
                                        name = "Пилот #27",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{E86C5AA5-6D49-4F00-AD2E-79A62D6DDE26}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{E86C5AA5-6D49-4F00-AD2E-79A62D6DDE26}",
                                                }, -- end of [2]
                                                [5] = 
                                                {
                                                    CLSID = "{0519A264-0AB6-11d6-9193-00A0249B6F00}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    CLSID = "{E86C5AA5-6D49-4F00-AD2E-79A62D6DDE26}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{E86C5AA5-6D49-4F00-AD2E-79A62D6DDE26}",
                                                }, -- end of [8]
                                            }, -- end of pylons
                                            fuel = "11700",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 565220.67803857,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 9,
                                            name = 119,
                                        }, -- end of callsign
                                        onboard_num = 71,
                                    }, -- end of [4]
                                }, -- end of units
                            }, -- end of [5]
                            [6] = 
                            {
                                hidden = false,
                                name = "Су-27 эскорт",
                                groupId = 75,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 1000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72773705037636,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7145502122382,
                                            x = -351427.36460663,
                                            speed = 138.88888888889,
                                            y = 561264.13289258,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 1000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72743550804022,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71641335459435,
                                            x = -352518.17474326,
                                            speed = 138.88888888889,
                                            y = 570340.16509437,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 1000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72657992924565,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71570313886205,
                                            x = -358291.07609279,
                                            speed = 138.88888888889,
                                            y = 567460.25437322,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 1000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72625884634487,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71456827814002,
                                            x = -360836.55547157,
                                            speed = 138.88888888889,
                                            y = 562217.13969479,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 1000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72665696449605,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71384412945278,
                                            x = -358618.32262848,
                                            speed = 138.88888888889,
                                            y = 558523.50532361,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 1000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72715431175439,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71449737881804,
                                            x = -355163.02979213,
                                            speed = 138.88888888889,
                                            y = 561357.81797347,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 1000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72725109470115,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7155757079717,
                                            x = -354072.79435569,
                                            speed = 138.88888888889,
                                            y = 566452.56479998,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 1000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72675872929055,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7156412154016,
                                            x = -357180.03449689,
                                            speed = 138.88888888889,
                                            y = 567058.17291599,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            alt = 1000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72661884494475,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71480361798755,
                                            x = -358439.72636581,
                                            speed = 138.88888888889,
                                            y = 563130.34808833,
                                        }, -- end of [9]
                                        [10] = 
                                        {
                                            alt = 1000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72733184662206,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71425530675228,
                                            x = -354138.3528074,
                                            speed = 138.88888888889,
                                            y = 560096.98829113,
                                        }, -- end of [10]
                                        [11] = 
                                        {
                                            alt = 1000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75431068658821,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69477276134028,
                                            x = -190320.13520538,
                                            speed = 138.88888888889,
                                            y = 453200.67058197,
                                        }, -- end of [11]
                                        [12] = 
                                        {
                                            alt = 30,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.758225,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69716,
                                            x = -164474.73482633,
                                            speed = 138.88888888889,
                                            airdromeId = 18,
                                            y = 462236.21834688,
                                        }, -- end of [12]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Escort",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 391,
                                        lat = 0.72773705037636,
                                        skill = "Excellent",
                                        long = 0.7145502122382,
                                        x = -351427.36460663,
                                        name = "пилот #8",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 2,
                                        y = 561264.13289258,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 2,
                                            [3] = 0,
                                            name = 120,
                                        }, -- end of callsign
                                        onboard_num = 72,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 392,
                                        lat = 0.72773005037636,
                                        skill = "Excellent",
                                        long = 0.7145572122382,
                                        x = -351468.88489595,
                                        name = "Пилот #28",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 2,
                                        y = 561301.74476718,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 2,
                                            [3] = 1,
                                            name = 121,
                                        }, -- end of callsign
                                        onboard_num = 73,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [6]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [1]
                [2] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Ukraine",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 1,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 50,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.79200869213459,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.59649542310449,
                                            x = 27806.182580602,
                                            speed = 5.5555555555556,
                                            y = -7839.775848587,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 41,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "S-300PS 54K6 cp",
                                        CLSID = "{1C4F9C25-EDBD-429e-B95A-083ABFE82B95}",
                                        unitId = 196,
                                        lat = 0.79200869213459,
                                        skill = "Average",
                                        long = 0.59649542310449,
                                        x = 27806.182580602,
                                        name = "Юнит #21",
                                        heading = 0,
                                        y = -7839.775848587,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "S-300PS 40B6MD sr",
                                        CLSID = "{414E9DC1-B881-44C3-8141-049DD59B2A69}",
                                        unitId = 197,
                                        lat = 0.79202973676932,
                                        skill = "Average",
                                        long = 0.59651571751905,
                                        x = 27941.466543996,
                                        name = "Юнит #22",
                                        heading = 0,
                                        y = -7750.7084483132,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "S-300PS 64H6E sr",
                                        CLSID = "{3F127663-E479-4B8D-855B-7C4F6E9310EA}",
                                        unitId = 198,
                                        lat = 0.79197475012097,
                                        skill = "Average",
                                        long = 0.59648028178412,
                                        x = 27589.092154228,
                                        name = "Юнит #23",
                                        heading = 0,
                                        y = -7904.4223407889,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "S-300PS 40B6M tr",
                                        CLSID = "{0626F96A-FDFB-42D3-ADE5-A0415690BF5E}",
                                        unitId = 199,
                                        lat = 0.7919761077791,
                                        skill = "Average",
                                        long = 0.59652491595053,
                                        x = 27600.537465764,
                                        name = "Юнит #24",
                                        heading = 0,
                                        y = -7704.0874188989,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 200,
                                        lat = 0.79200682529351,
                                        skill = "Average",
                                        long = 0.59652030935266,
                                        x = 27795.855726449,
                                        name = "Юнит #25",
                                        heading = 4.4461369312338,
                                        y = -7727.8173466576,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 201,
                                        lat = 0.79200326133397,
                                        skill = "Average",
                                        long = 0.59652070189283,
                                        x = 27773.185276725,
                                        name = "Юнит #26",
                                        heading = 4.7123889803847,
                                        y = -7725.7015946796,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 202,
                                        lat = 0.7919996973873,
                                        skill = "Average",
                                        long = 0.59652105932979,
                                        x = 27750.512706988,
                                        name = "Юнит #27",
                                        heading = 4.8120576328759,
                                        y = -7723.7435060488,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 203,
                                        lat = 0.79200801328288,
                                        skill = "Average",
                                        long = 0.59646777511973,
                                        x = 27800.125381827,
                                        name = "Юнит #28",
                                        heading = 1.6951513213417,
                                        y = -7963.8864451637,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 204,
                                        lat = 0.79200300676592,
                                        skill = "Average",
                                        long = 0.59646845086984,
                                        x = 27768.286581294,
                                        name = "Юнит #29",
                                        heading = 1.4056476493803,
                                        y = -7960.3559272047,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 205,
                                        lat = 0.79199842455232,
                                        skill = "Average",
                                        long = 0.59646908153804,
                                        x = 27739.146890305,
                                        name = "Юнит #30",
                                        heading = 1.5882496193148,
                                        y = -7957.0698801279,
                                    }, -- end of [10]
                                }, -- end of units
                                name = "СНГ ПВО #032",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 104,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7904589861621,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.62879643279693,
                                            x = 21721.987315298,
                                            speed = 5.5555555555556,
                                            y = 137493.58351708,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 42,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "S-300PS 54K6 cp",
                                        CLSID = "{1C4F9C25-EDBD-429e-B95A-083ABFE82B95}",
                                        unitId = 206,
                                        lat = 0.7904589861621,
                                        skill = "Average",
                                        long = 0.62879643279693,
                                        x = 21721.987315298,
                                        name = "СНГ ПВО #032",
                                        heading = 3.4198923125949,
                                        y = 137493.58351708,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "S-300PS 40B6MD sr",
                                        CLSID = "{414E9DC1-B881-44C3-8141-049DD59B2A69}",
                                        unitId = 207,
                                        lat = 0.79044269320225,
                                        skill = "Average",
                                        long = 0.62876871400446,
                                        x = 21613.404580673,
                                        name = "СНГ ПВО #160",
                                        heading = 3.4198923125949,
                                        y = 137372.95092786,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "S-300PS 64H6E sr",
                                        CLSID = "{3F127663-E479-4B8D-855B-7C4F6E9310EA}",
                                        unitId = 208,
                                        lat = 0.79048867313562,
                                        skill = "Average",
                                        long = 0.62882421763918,
                                        x = 21915.870673144,
                                        name = "СНГ ПВО #161",
                                        heading = 3.4198923125949,
                                        y = 137611.33834836,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "S-300PS 40B6M tr",
                                        CLSID = "{0626F96A-FDFB-42D3-ADE5-A0415690BF5E}",
                                        unitId = 209,
                                        lat = 0.79049601755702,
                                        skill = "Average",
                                        long = 0.62878075234096,
                                        x = 21955.057666376,
                                        name = "СНГ ПВО #162",
                                        heading = 3.4198923125949,
                                        y = 137414.38100524,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 210,
                                        lat = 0.79046560282618,
                                        skill = "Average",
                                        long = 0.62877322016311,
                                        x = 21760.072116314,
                                        name = "СНГ ПВО #163",
                                        heading = 1.5828439366491,
                                        y = 137387.75991441,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 211,
                                        lat = 0.79046910415151,
                                        skill = "Average",
                                        long = 0.62877423061016,
                                        x = 21782.5437333,
                                        name = "СНГ ПВО #164",
                                        heading = 1.8490959858,
                                        y = 137391.46833732,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 212,
                                        lat = 0.79047259866214,
                                        skill = "Average",
                                        long = 0.62877527482028,
                                        x = 21804.977844387,
                                        name = "СНГ ПВО #165",
                                        heading = 1.9487646382912,
                                        y = 137395.33001618,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 213,
                                        lat = 0.790454280947,
                                        skill = "Average",
                                        long = 0.62882329359851,
                                        x = 21696.710274064,
                                        name = "СНГ ПВО #166",
                                        heading = 5.1150436339366,
                                        y = 137615.33920272,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 214,
                                        lat = 0.79045922356944,
                                        skill = "Average",
                                        long = 0.62882459344094,
                                        x = 21728.410112278,
                                        name = "СНГ ПВО #167",
                                        heading = 4.8255399619752,
                                        y = 137620.00580341,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 215,
                                        lat = 0.7904637496654,
                                        skill = "Average",
                                        long = 0.62882577139697,
                                        x = 21757.436377166,
                                        name = "СНГ ПВО #168",
                                        heading = 5.0081419319097,
                                        y = 137624.22369052,
                                    }, -- end of [10]
                                }, -- end of units
                                name = "СНГ ПВО #033",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75246618046287,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70805795588816,
                                            x = -196722.61870888,
                                            speed = 5.5555555555556,
                                            y = 516149.89109687,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 46,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 229,
                                        lat = 0.75246618046287,
                                        skill = "Average",
                                        long = 0.70805795588816,
                                        x = -196722.61870888,
                                        name = "Юнит #31",
                                        heading = 0,
                                        y = 516149.89109687,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 230,
                                        lat = 0.75240910893683,
                                        skill = "Average",
                                        long = 0.70808560709083,
                                        x = -197074.29349346,
                                        name = "Юнит #32",
                                        heading = 0,
                                        y = 516311.4866633,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "СНГ ПВО #034",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [3]
                            [4] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 15,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74813738667485,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71770540908198,
                                            x = -220054.09281752,
                                            speed = 5.5555555555556,
                                            y = 563849.60368233,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 47,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 231,
                                        lat = 0.74813738667485,
                                        skill = "Average",
                                        long = 0.71770540908198,
                                        x = -220054.09281752,
                                        name = "Юнит #33",
                                        heading = 0,
                                        y = 563849.60368233,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 232,
                                        lat = 0.74808639975965,
                                        skill = "Average",
                                        long = 0.71781756798747,
                                        x = -220327.82876884,
                                        name = "Юнит #34",
                                        heading = 0,
                                        y = 564407.47819414,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "СНГ ПВО #035",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [4]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = true,
                                name = "Су-27 патр",
                                groupId = 43,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77885027614053,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.58613017035109,
                                            x = -56487.926788176,
                                            speed = 166.66666666667,
                                            y = -53754.337545029,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78061745894268,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.61076268592081,
                                            x = -43472.270987109,
                                            speed = 166.66666666667,
                                            y = 57980.077131561,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78260501004699,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.63148710854426,
                                            x = -27819.384277049,
                                            speed = 166.66666666667,
                                            y = 151556.60026078,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79213590021701,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.63708870228563,
                                            x = 33908.511923796,
                                            speed = 166.66666666667,
                                            y = 174301.61921582,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79426752847949,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.6127165274535,
                                            x = 43676.157340908,
                                            speed = 166.66666666667,
                                            y = 64583.076940638,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79935882098963,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.60396522116423,
                                            x = 75192.894633085,
                                            speed = 166.66666666667,
                                            y = 24746.148479577,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.80171597126533,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.59061791199466,
                                            x = 89294.472075103,
                                            speed = 166.66666666667,
                                            y = -34868.514516951,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79716636311632,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.57878452084916,
                                            x = 59990.341982557,
                                            speed = 166.66666666667,
                                            y = -87385.225205267,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79383105666921,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.57069678163101,
                                            x = 38780.160947835,
                                            speed = 166.66666666667,
                                            y = -123575.34758279,
                                        }, -- end of [9]
                                        [10] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79114540023456,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.57092655077429,
                                            x = 21673.226684414,
                                            speed = 166.66666666667,
                                            y = -122603.94163228,
                                        }, -- end of [10]
                                        [11] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78418421065147,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.58012391141299,
                                            x = -22668.400759174,
                                            speed = 166.66666666667,
                                            y = -81161.529190826,
                                        }, -- end of [11]
                                        [12] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78277911179462,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.64501206666154,
                                            x = -24017.675366913,
                                            speed = 166.66666666667,
                                            y = 212773.93070534,
                                        }, -- end of [12]
                                        [13] = 
                                        {
                                            alt = 45,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.78545,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.651915,
                                            x = -5406.2803440839,
                                            speed = 138.88888888889,
                                            airdromeId = 12,
                                            y = 243127.2973737,
                                        }, -- end of [13]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "CAP",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 216,
                                        lat = 0.77885027614053,
                                        skill = "Good",
                                        long = 0.58613017035109,
                                        x = -56487.926788176,
                                        name = "пилот",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 1,
                                        y = -53754.337545029,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 0,
                                            name = 100,
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 218,
                                        lat = 0.77884327614053,
                                        skill = "Good",
                                        long = 0.58613717035109,
                                        x = -56532.252075999,
                                        name = "Пилот #1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 1,
                                        y = -53722.258012519,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 1,
                                            name = 101,
                                        }, -- end of callsign
                                        onboard_num = 13,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 219,
                                        lat = 0.77883627614053,
                                        skill = "Good",
                                        long = 0.58614417035109,
                                        x = -56576.57736382,
                                        name = "Пилот #2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 1,
                                        y = -53690.17848001,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 2,
                                            name = 102,
                                        }, -- end of callsign
                                        onboard_num = 14,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 220,
                                        lat = 0.77882927614053,
                                        skill = "Good",
                                        long = 0.58615117035109,
                                        x = -56620.902651641,
                                        name = "Пилот #8",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 1,
                                        y = -53658.098947501,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 3,
                                            name = 103,
                                        }, -- end of callsign
                                        onboard_num = 15,
                                    }, -- end of [4]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = true,
                                name = "миг-23 патр",
                                groupId = 44,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 45,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.78545,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.651915,
                                            x = -5406.2803440839,
                                            speed = 138.88888888889,
                                            airdromeId = 12,
                                            y = 243127.2973737,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.80115477575204,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65114622240151,
                                            x = 94409.391535774,
                                            speed = 194.44444444444,
                                            y = 234278.04597897,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.80815931473732,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65552223269861,
                                            x = 140097.21328728,
                                            speed = 194.44444444444,
                                            y = 251175.51106827,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.81395082310372,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.6485045481012,
                                            x = 175274.35454085,
                                            speed = 194.44444444444,
                                            y = 218255.73320476,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.8128914128587,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.64033621849221,
                                            x = 166739.73698522,
                                            speed = 194.44444444444,
                                            y = 182740.07710778,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.80841741218572,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.63914904050697,
                                            x = 138007.28125463,
                                            speed = 194.44444444444,
                                            y = 178837.26112518,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7983341833097,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.63984854108622,
                                            x = 73936.861206171,
                                            speed = 194.44444444444,
                                            y = 184873.32484304,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78891728547386,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.64149609298701,
                                            x = 14306.478764542,
                                            speed = 194.44444444444,
                                            y = 195033.61228697,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77707179089346,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65124983447531,
                                            x = -58916.070882787,
                                            speed = 194.44444444444,
                                            y = 242950.83025583,
                                        }, -- end of [9]
                                        [10] = 
                                        {
                                            alt = 45,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.78545,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.651915,
                                            x = -5406.2803440839,
                                            speed = 138.88888888889,
                                            airdromeId = 12,
                                            y = 243127.2973737,
                                        }, -- end of [10]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "CAP",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-23MLD",
                                        CLSID = "{A00E562B-1DC8-4671-9EBF-C1CDC2506AE7}",
                                        unitId = 221,
                                        lat = 0.78545,
                                        skill = "Good",
                                        y = 243127.2973737,
                                        long = 0.651915,
                                        x = -5406.2803440839,
                                        name = "пилот #1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [2] = 
                                                {
                                                    CLSID = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{275A2855-4A79-4B2D-B082-91EA2ADF4691}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "3800",
                                            flare = 60,
                                            chaff = 60,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 4,
                                            name = 104,
                                        }, -- end of callsign
                                        onboard_num = 16,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "MiG-23MLD",
                                        CLSID = "{A00E562B-1DC8-4671-9EBF-C1CDC2506AE7}",
                                        unitId = 222,
                                        lat = 0.785443,
                                        skill = "Good",
                                        y = 243161.40518038,
                                        long = 0.651922,
                                        x = -5449.1422353042,
                                        name = "Пилот #9",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [2] = 
                                                {
                                                    CLSID = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{275A2855-4A79-4B2D-B082-91EA2ADF4691}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "3800",
                                            flare = 60,
                                            chaff = 60,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 5,
                                            name = 105,
                                        }, -- end of callsign
                                        onboard_num = 17,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "MiG-23MLD",
                                        CLSID = "{A00E562B-1DC8-4671-9EBF-C1CDC2506AE7}",
                                        unitId = 223,
                                        lat = 0.785436,
                                        skill = "Good",
                                        y = 243195.51298706,
                                        long = 0.651929,
                                        x = -5492.0041265246,
                                        name = "Пилот #10",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [2] = 
                                                {
                                                    CLSID = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{275A2855-4A79-4B2D-B082-91EA2ADF4691}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "3800",
                                            flare = 60,
                                            chaff = 60,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 6,
                                            name = 106,
                                        }, -- end of callsign
                                        onboard_num = 18,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "MiG-23MLD",
                                        CLSID = "{A00E562B-1DC8-4671-9EBF-C1CDC2506AE7}",
                                        unitId = 224,
                                        lat = 0.785429,
                                        skill = "Good",
                                        y = 243229.62079374,
                                        long = 0.651936,
                                        x = -5534.8660177439,
                                        name = "Пилот #12",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [2] = 
                                                {
                                                    CLSID = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{275A2855-4A79-4B2D-B082-91EA2ADF4691}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "3800",
                                            flare = 60,
                                            chaff = 60,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 7,
                                            name = 107,
                                        }, -- end of callsign
                                        onboard_num = 19,
                                    }, -- end of [4]
                                }, -- end of units
                            }, -- end of [2]
                            [3] = 
                            {
                                hidden = false,
                                name = "СНГ Су-24М атака ХОК",
                                groupId = 70,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7367237199015,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76410802977448,
                                            x = -268172.79821848,
                                            speed = 250,
                                            y = 790690.17867906,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73646245324583,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.74206691778438,
                                                    radius = 1000,
                                                    y = 686760.13789839,
                                                    x = -285179.24562081,
                                                    lat = 0.7360263956698,
                                                    categories = 
                                                    {
                                                        [1] = "Ships",
                                                        [2] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    long = 0.74098050957191,
                                                    radius = 1000,
                                                    y = 681777.42975521,
                                                    x = -287260.97560162,
                                                    lat = 0.7357899782523,
                                                    categories = 
                                                    {
                                                        [1] = "Ships",
                                                        [2] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [2]
                                            }, -- end of targets
                                            long = 0.75422552326043,
                                            x = -275667.62092981,
                                            speed = 250,
                                            y = 744066.25681839,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 430,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.759437,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.761624,
                                            x = -124921.90954665,
                                            speed = 138.88888888889,
                                            airdromeId = 27,
                                            y = 760428.0733062,
                                        }, -- end of [3]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "SEAD",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-24M",
                                        CLSID = "{C3A1469C-E835-4ADF-924C-A5F3D8AEC550}",
                                        unitId = 373,
                                        lat = 0.7367237199015,
                                        skill = "Good",
                                        long = 0.76410802977448,
                                        x = -268172.79821848,
                                        name = "пилот #4",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{E86C5AA5-6D49-4F00-AD2E-79A62D6DDE26}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [2]
                                                [5] = 
                                                {
                                                    CLSID = "{0519A264-0AB6-11d6-9193-00A0249B6F00}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{E86C5AA5-6D49-4F00-AD2E-79A62D6DDE26}",
                                                }, -- end of [8]
                                            }, -- end of pylons
                                            fuel = "11700",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 790690.17867906,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 8,
                                            name = 108,
                                        }, -- end of callsign
                                        onboard_num = 57,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-24M",
                                        CLSID = "{C3A1469C-E835-4ADF-924C-A5F3D8AEC550}",
                                        unitId = 374,
                                        lat = 0.7367167199015,
                                        skill = "Good",
                                        long = 0.76411502977448,
                                        x = -268213.13566994,
                                        name = "Пилот #6",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{E86C5AA5-6D49-4F00-AD2E-79A62D6DDE26}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [2]
                                                [5] = 
                                                {
                                                    CLSID = "{0519A264-0AB6-11d6-9193-00A0249B6F00}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{E86C5AA5-6D49-4F00-AD2E-79A62D6DDE26}",
                                                }, -- end of [8]
                                            }, -- end of pylons
                                            fuel = "11700",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 790728.98212674,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 9,
                                            name = 109,
                                        }, -- end of callsign
                                        onboard_num = 58,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Su-24M",
                                        CLSID = "{C3A1469C-E835-4ADF-924C-A5F3D8AEC550}",
                                        unitId = 375,
                                        lat = 0.7367097199015,
                                        skill = "Good",
                                        long = 0.76412202977448,
                                        x = -268253.47312139,
                                        name = "Пилот #7",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{E86C5AA5-6D49-4F00-AD2E-79A62D6DDE26}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [2]
                                                [5] = 
                                                {
                                                    CLSID = "{0519A264-0AB6-11d6-9193-00A0249B6F00}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{E86C5AA5-6D49-4F00-AD2E-79A62D6DDE26}",
                                                }, -- end of [8]
                                            }, -- end of pylons
                                            fuel = "11700",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 790767.78557442,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 0,
                                            name = 110,
                                        }, -- end of callsign
                                        onboard_num = 59,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Su-24M",
                                        CLSID = "{C3A1469C-E835-4ADF-924C-A5F3D8AEC550}",
                                        unitId = 376,
                                        lat = 0.7367027199015,
                                        skill = "Good",
                                        long = 0.76412902977448,
                                        x = -268293.81057285,
                                        name = "Пилот #16",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{E86C5AA5-6D49-4F00-AD2E-79A62D6DDE26}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [2]
                                                [5] = 
                                                {
                                                    CLSID = "{0519A264-0AB6-11d6-9193-00A0249B6F00}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{E86C5AA5-6D49-4F00-AD2E-79A62D6DDE26}",
                                                }, -- end of [8]
                                            }, -- end of pylons
                                            fuel = "11700",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 790806.5890221,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 1,
                                            name = 111,
                                        }, -- end of callsign
                                        onboard_num = 60,
                                    }, -- end of [4]
                                }, -- end of units
                            }, -- end of [3]
                            [4] = 
                            {
                                hidden = false,
                                name = "СНГ Су-24М атака ХОК #001",
                                groupId = 71,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73600620975732,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76417903741095,
                                            x = -272703.22200818,
                                            speed = 138.88888888889,
                                            y = 791616.50583777,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73568577766477,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.74206378206691,
                                                    radius = 1000,
                                                    y = 686735.61921175,
                                                    x = -285097.3971191,
                                                    lat = 0.73603950464729,
                                                    categories = 
                                                    {
                                                        [1] = "Ships",
                                                        [2] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    long = 0.74098300621328,
                                                    radius = 1000,
                                                    y = 681771.53592745,
                                                    x = -287097.24060648,
                                                    lat = 0.73581546708371,
                                                    categories = 
                                                    {
                                                        [1] = "Ships",
                                                        [2] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [2]
                                            }, -- end of targets
                                            long = 0.75447871815954,
                                            x = -280473.92457191,
                                            speed = 138.88888888889,
                                            y = 745863.23317004,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 834,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.759437,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.761624,
                                            x = -124921.90954665,
                                            speed = 138.88888888889,
                                            airdromeId = 27,
                                            y = 760428.0733062,
                                        }, -- end of [3]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "SEAD",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-24M",
                                        CLSID = "{C3A1469C-E835-4ADF-924C-A5F3D8AEC550}",
                                        unitId = 377,
                                        lat = 0.73600620975732,
                                        skill = "Good",
                                        long = 0.76417903741095,
                                        x = -272703.22200818,
                                        name = "пилот #5",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{E86C5AA5-6D49-4F00-AD2E-79A62D6DDE26}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [2]
                                                [5] = 
                                                {
                                                    CLSID = "{0519A264-0AB6-11d6-9193-00A0249B6F00}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{E86C5AA5-6D49-4F00-AD2E-79A62D6DDE26}",
                                                }, -- end of [8]
                                            }, -- end of pylons
                                            fuel = "11700",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 791616.50583777,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 2,
                                            name = 112,
                                        }, -- end of callsign
                                        onboard_num = 61,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-24M",
                                        CLSID = "{C3A1469C-E835-4ADF-924C-A5F3D8AEC550}",
                                        unitId = 378,
                                        lat = 0.73599920975732,
                                        skill = "Good",
                                        long = 0.76418603741095,
                                        x = -272743.56442338,
                                        name = "Пилот #17",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{E86C5AA5-6D49-4F00-AD2E-79A62D6DDE26}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [2]
                                                [5] = 
                                                {
                                                    CLSID = "{0519A264-0AB6-11d6-9193-00A0249B6F00}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{E86C5AA5-6D49-4F00-AD2E-79A62D6DDE26}",
                                                }, -- end of [8]
                                            }, -- end of pylons
                                            fuel = "11700",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 791655.53621588,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 3,
                                            name = 113,
                                        }, -- end of callsign
                                        onboard_num = 62,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Su-24M",
                                        CLSID = "{C3A1469C-E835-4ADF-924C-A5F3D8AEC550}",
                                        unitId = 379,
                                        lat = 0.73599220975732,
                                        skill = "Good",
                                        long = 0.76419303741095,
                                        x = -272783.90683858,
                                        name = "Пилот #18",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{E86C5AA5-6D49-4F00-AD2E-79A62D6DDE26}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [2]
                                                [5] = 
                                                {
                                                    CLSID = "{0519A264-0AB6-11d6-9193-00A0249B6F00}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{E86C5AA5-6D49-4F00-AD2E-79A62D6DDE26}",
                                                }, -- end of [8]
                                            }, -- end of pylons
                                            fuel = "11700",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 791694.56659399,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 4,
                                            name = 114,
                                        }, -- end of callsign
                                        onboard_num = 63,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Su-24M",
                                        CLSID = "{C3A1469C-E835-4ADF-924C-A5F3D8AEC550}",
                                        unitId = 380,
                                        lat = 0.73598520975732,
                                        skill = "Good",
                                        long = 0.76420003741095,
                                        x = -272824.24925378,
                                        name = "Пилот #19",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{E86C5AA5-6D49-4F00-AD2E-79A62D6DDE26}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [2]
                                                [5] = 
                                                {
                                                    CLSID = "{0519A264-0AB6-11d6-9193-00A0249B6F00}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    CLSID = "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{E86C5AA5-6D49-4F00-AD2E-79A62D6DDE26}",
                                                }, -- end of [8]
                                            }, -- end of pylons
                                            fuel = "11700",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 791733.5969721,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 5,
                                            name = 115,
                                        }, -- end of callsign
                                        onboard_num = 64,
                                    }, -- end of [4]
                                }, -- end of units
                            }, -- end of [4]
                            [5] = 
                            {
                                hidden = false,
                                name = "СНГ  миг-29 эскорт",
                                groupId = 72,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73501273066026,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76449417937372,
                                            x = -278843.80674378,
                                            speed = 138.88888888889,
                                            y = 793918.31486019,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73488723270068,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75453076989776,
                                            x = -285534.29926615,
                                            speed = 138.88888888889,
                                            y = 746727.62085608,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 430,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.759437,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.761624,
                                            x = -124921.90954665,
                                            speed = 138.88888888889,
                                            airdromeId = 27,
                                            y = 760428.0733062,
                                        }, -- end of [3]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Escort",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-29A",
                                        CLSID = "{6BCCD081-F937-11d5-9190-00A0249B6F00}",
                                        unitId = 381,
                                        lat = 0.73501273066026,
                                        skill = "Good",
                                        long = 0.76449417937372,
                                        x = -278843.80674378,
                                        name = "пилот #6",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{9B25D316-0434-4954-868F-D51DB1A38DF0}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{9B25D316-0434-4954-868F-D51DB1A38DF0}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [7]
                                            }, -- end of pylons
                                            fuel = "3380",
                                            flare = 30,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 4,
                                        y = 793918.31486019,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 6,
                                            name = 116,
                                        }, -- end of callsign
                                        onboard_num = 65,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "MiG-29A",
                                        CLSID = "{6BCCD081-F937-11d5-9190-00A0249B6F00}",
                                        unitId = 382,
                                        lat = 0.73500573066026,
                                        skill = "Good",
                                        long = 0.76450117937372,
                                        x = -278884.1494781,
                                        name = "Пилот #20",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{9B25D316-0434-4954-868F-D51DB1A38DF0}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{9B25D316-0434-4954-868F-D51DB1A38DF0}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [7]
                                            }, -- end of pylons
                                            fuel = "3380",
                                            flare = 30,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 4,
                                        y = 793957.19123755,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 7,
                                            name = 117,
                                        }, -- end of callsign
                                        onboard_num = 66,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "MiG-29A",
                                        CLSID = "{6BCCD081-F937-11d5-9190-00A0249B6F00}",
                                        unitId = 383,
                                        lat = 0.73499873066026,
                                        skill = "Good",
                                        long = 0.76450817937372,
                                        x = -278924.49221242,
                                        name = "Пилот #21",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{9B25D316-0434-4954-868F-D51DB1A38DF0}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{9B25D316-0434-4954-868F-D51DB1A38DF0}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [7]
                                            }, -- end of pylons
                                            fuel = "3380",
                                            flare = 30,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 4,
                                        y = 793996.0676149,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 8,
                                            name = 118,
                                        }, -- end of callsign
                                        onboard_num = 67,
                                    }, -- end of [3]
                                }, -- end of units
                            }, -- end of [5]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [2]
            }, -- end of country
        }, -- end of red
    }, -- end of coalition
    sortie = "Прорыв ПВО противника",
    version = 2,
    trigfuncStartup = 
    {
    }, -- end of trigfuncStartup
    currentKey = 30032,
    start_time = 72000,
    forcedOptions = 
    {
    }, -- end of forcedOptions
    failures = 
    {
        hydro = 
        {
            hh = 0,
            prob = 100,
            label = "ГИДРО ОСН.",
            enable = false,
            mmint = 1,
            id = "hydro",
            mm = 0,
        }, -- end of hydro
        eos = 
        {
            hh = 0,
            prob = 100,
            label = "ОЛС",
            enable = false,
            mmint = 1,
            id = "eos",
            mm = 0,
        }, -- end of eos
        ecm = 
        {
            hh = 0,
            prob = 100,
            label = "РЭБ",
            enable = false,
            mmint = 1,
            id = "ecm",
            mm = 0,
        }, -- end of ecm
        helmet = 
        {
            hh = 0,
            prob = 100,
            label = "ШЛЕМ",
            enable = false,
            mmint = 1,
            id = "helmet",
            mm = 0,
        }, -- end of helmet
        l_engine = 
        {
            hh = 0,
            prob = 100,
            label = "ЛЕВ. ДВИГ.",
            enable = false,
            mmint = 1,
            id = "l_engine",
            mm = 0,
        }, -- end of l_engine
        autopilot = 
        {
            hh = 0,
            prob = 100,
            label = "АВТОПИЛОТ",
            enable = false,
            mmint = 1,
            id = "autopilot",
            mm = 0,
        }, -- end of autopilot
        hud = 
        {
            hh = 0,
            prob = 100,
            label = "ИЛС",
            enable = false,
            mmint = 1,
            id = "hud",
            mm = 0,
        }, -- end of hud
        asc = 
        {
            hh = 0,
            prob = 100,
            label = "САУ",
            enable = false,
            mmint = 1,
            id = "asc",
            mm = 0,
        }, -- end of asc
        rws = 
        {
            hh = 0,
            prob = 100,
            label = "СПО",
            enable = false,
            mmint = 1,
            id = "rws",
            mm = 0,
        }, -- end of rws
        r_engine = 
        {
            hh = 0,
            prob = 100,
            label = "ПРАВ. ДВИГ.",
            enable = false,
            mmint = 1,
            id = "r_engine",
            mm = 0,
        }, -- end of r_engine
        mfd = 
        {
            hh = 0,
            prob = 100,
            label = "МФД",
            enable = false,
            mmint = 1,
            id = "mfd",
            mm = 0,
        }, -- end of mfd
        radar = 
        {
            hh = 0,
            prob = 100,
            label = "РЛС",
            enable = false,
            mmint = 1,
            id = "radar",
            mm = 0,
        }, -- end of radar
    }, -- end of failures
} -- end of mission
